Dear Xiaoyong Fu,
Thank you for using the UCSC Genome Browser and your question about the error message you are seeing.
It can be helpful at times to run the command without any arguments to review the options. For example, here is the wigToBigWig command showing it's options including the "-clip" option that could be of interest:
An engineer looking at your example file noticed that you have invalid input. The sample wig ascii shares a step of 25 and span of 100. The wiggle format does not work that way. One could have a step of 100 and a span of 25, but not the other way around.
Here is more about the wiggle format: http://genome.ucsc.edu/goldenPath/help/wiggle.html
fixedStep chrom=chr3 start=400601 step=100
11
22
33
displays the values 11, 22, and 33 as single-base regions on chromosome 3 at positions 400601, 400701, and 400801, respectively. Adding span=5 to the declaration line:fixedStep chrom=chr3 start=400601 step=100 span=5
11
22
33
causes the values 11, 22, and 33 to be displayed as 5-base regions on chromosome 3 at positions 400601-400605, 400701-400705, and 400801-400805, respectively.
Thank you again for your inquiry and using the UCSC Genome Browser. If you have any further public questions, please reply to gen...@soe.ucsc.edu. All messages sent to that address are archived on a publicly-accessible forum. If your question includes sensitive data, you may send it instead to genom...@soe.ucsc.edu.
All the best,
Brian Lee
UC Santa Cruz Genomics Institute
--
---
You received this message because you are subscribed to the Google Groups "UCSC Genome Browser Mirror-Specific Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to genome-mirror+unsubscribe@soe.ucsc.edu.
To post to this group, send email to genome...@soe.ucsc.edu.
Visit this group at https://groups.google.com/a/soe.ucsc.edu/group/genome-mirror/.
To view this discussion on the web visit https://groups.google.com/a/soe.ucsc.edu/d/msgid/genome-mirror/7F417386-1AB6-4E69-ABDA-ED0C1837A1D0%40bcm.edu.
For more options, visit https://groups.google.com/a/soe.ucsc.edu/d/optout.