File from hub:
http://128.36.40.203/ucsc/Hub3/mm10/trackDb.txt
File: http://128.36.40.203/ucsc/Hub3/mm10/bigwig/ATAC_Blimp1KO.MP_d10/Sample_SG_63_002.bw
bigWigToWig Sample_SG_63_002.bw out.wig
[brianlee@hgwdev moreJunk]$ head out.wig
#bedGraph section 1:0-4189599
1 0 3010470 0
1 3010470 3010480 2.92
1 3010480 3010490 5.83
1 3010490 3010600 8.75
1 3010600 3010610 9.72
1 3010610 3010620 13.61
--
---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser discussion list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome+un...@soe.ucsc.edu.
Ensembl uses chromosome names of "1" where UCSC uses: "chr1"
You need to convert the Ensembl chromosome names to the UCSC names. The sed command: sed -e 's/^\([0-9XY][0-9]*\)/chr\1/; s/^MT/chrM/;' converts names in column one of a file from Ensembl to UCSC names.
Crud! I knew that. Thanks for your help. Is there any utility to add "chr" to the chromosomes directly to the bigwigs? (Or enable using the Ensemble reference with just the numbers?)