Error Uploading file as custom track

374 views
Skip to first unread message

Cydric G.

unread,
Aug 31, 2017, 11:36:36 AM8/31/17
to gen...@soe.ucsc.edu
Dear Genome Browser Team,

I would like to upload this file (see appendix) as a custom track, but i get an error saying: 

Error File 'UROD_Mb_geneid.gff' - invalid unsigned integer: "geneid_v1.2"

How can i fix this?

Thanks in advance,

Cydric G.
UROD_Mb_geneid.gff

Cath Tyner

unread,
Aug 31, 2017, 4:46:58 PM8/31/17
to Cydric G., UCSC Genome Browser Public Help Forum
Hello Cydric,

Thank you for contacting the UCSC Genome Browser support team. I was able to replicate the same error that you are seeing. Since your file appears to match gff2 standards, I thought that there might be a problem with hidden characters. 

I performed the following steps to fix the file:

First, I cut out all 9 columns:

cat UROD_Mb_geneid.gff | cut -f1,2,3,4,5,6,7,8,9 -d$'\t' > new.gff

I then replaced spaces with tabs:

awk -v OFS="\t" '$1=$1' new.gff

I was able to successfully upload "new.gff" as a custom track into hg38, as seen in this hg38 session

I have also attached 'new.gff' with this response. 

Please respond to this list if you have further questions!

Thank you for contacting the UCSC Genome Browser support team. 
​Please send new and follow-up questions to one of our UCSC Genome Browser mailing lists below:

  * Post to the Public Help Forum: E
mail 
gen...@soe.ucsc.edu
​ or search the Public Archives
​  * Post to the Mirror Help Forum: Email
 
genome...@soe.ucsc.edu 
or search the Mirror Archives​
​  * Confidential/private help: Email
 
genom...@soe.ucsc.edu

UCSC Genome Browser Announcements List (email alerts for new data & software):
  * Subscribe: Email genome-announce+subscribe...@soe.ucsc.edu 
  * Unsubscribe: Email genome-announce+unsubscri...@soe.ucsc.edu

Join us on Social Media! FacebookTwitter, Wordpress BlogYouTube

​Enjoy,​
Cath
. . .
Cath Tyner
UCSC Genome Browser, Software QA & User Support
UC Santa Cruz Genomics Institute


--

---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser Public Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.
To post to this group, send email to gen...@soe.ucsc.edu.
Visit this group at https://groups.google.com/a/soe.ucsc.edu/group/genome/.
To view this discussion on the web visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome/CA%2BhyOhH%3DwUCn1Y-j1agaxPpRV9QJTjxFDtw9Ja4QzL29L86yFA%40mail.gmail.com.
For more options, visit https://groups.google.com/a/soe.ucsc.edu/d/optout.

new.gff
Reply all
Reply to author
Forward
0 new messages