![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Error message when uploading a file into UCSC genome browser | petrosul | General | 2 | 02-14-2012 11:08 AM |
BAM file to Histogram on UCSC Genome Browser | qnc | Bioinformatics | 3 | 10-14-2011 07:11 AM |
Upload Bam file to custom track UCSC Genome Browser | gabrielw | Bioinformatics | 4 | 06-15-2011 12:26 PM |
RNA-Seq: ENCODE whole-genome data in the UCSC genome browser (2011 update). | Newsbot! | Literature Watch | 1 | 11-24-2010 02:08 PM |
UCSC Genome Browser | ECHo | Illumina/Solexa | 0 | 02-25-2010 08:21 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Missouri Join Date: Apr 2010
Posts: 39
|
![]()
I have built a bowtie index from the Nov. 2009 Sus scrofa draft assembly (SGSC Sscrofa9.2) that I downloaded from the UCSC website. I aligned my Illumina sequence reads to this index and output the results in SAM format.
I followed the instructions on the UCSC site for BAM Track Format (http://genome.ucsc.edu/goldenPath/help/bam.html), and all goes fine until step 6: 6. Construct a custom track using a single track line. The most basic version of the "track" line will look something like this: track type=bam name="My BAM" bigDataUrl=http://myorg.edu/mylab/my.sorted.bam My sorted BAM file (JJW.sorted.bam) and the associated index JJW.sorted.bam.bai are in the same web server directory (http), and I simply replace the UCSC URL/filenames with my own server and BAM file. After pasting the custom track into the box labeled "paste URLs or data", the browser cycles for several minutes while uploading the file. After this, the web browser switches to a completely blank page (just white background). The url address in the web browser is "http://genome.ucsc.edu/cgi-bin/hgCustom" I seem to be making an error in my custom track syntax. Can anyone provide the format or examples for the URLs / track information that should be included in the two boxes labeled "Paste URLs or Data:" and "Optional track documentation:"? I have read the UCSC help files but can't seem to get it right. Many thanks in advance, jjw |
![]() |
![]() |
![]() |
#2 |
Member
Location: Ithaca, NY Join Date: Apr 2010
Posts: 39
|
![]()
I would double check the file is there and okay. Have you gone to the location in your browser window and seen if it asks you to download the file? If so, you should be good. I usually see that when I tell UCSC to use a non-BAM file (like pointing it to a bedGraph). track type=bam name=name bigDataUrl=http://blah/foo.bam has always been sufficient for me.
|
![]() |
![]() |
![]() |
#3 |
Member
Location: Missouri Join Date: Apr 2010
Posts: 39
|
![]()
Thanks for the feedback. You are correct. If I look up the http address of the file I am serving from a computer on campus, I can see and download the file fine. However, when I tried to access this file from my home computer, I get a time out error. I don't know enough about the campus NAT, firewall, router, VPN or whatever to get my files to the outside world.
![]() Everyone in this discussion community has been really helpful. It's a great resource made up of a lot of smart (and patient) individuals. Many thanks. jjw |
![]() |
![]() |
![]() |
#4 |
Member
Location: Ithaca, NY Join Date: Apr 2010
Posts: 39
|
![]()
Ah yes, didn't think about that, either.. I'm in the same boat, I've been hosting on my own network. One thing that helps me is filtering out unmatched reads, even if only for viewing on UCSC. I aligned to chromosomes in a genome, so all of my references were chr*. To filter, I did grep chr file.sam > file.noun.sam, then generated bam files from there.
|
![]() |
![]() |
![]() |
#5 | |
Junior Member
Location: Baltimore, MD Join Date: Jan 2019
Posts: 1
|
![]() Quote:
Last edited by Bumeaung50; 02-03-2019 at 07:43 PM. Reason: to clarify |
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|