You mean: http://code.google.com/p/chip-seq/source/browse/branches/formatconvert/wig2bed.py? That's fixedStep. Though the latter tool you mention seems to support variable step.
Wiggle File 2 Bed File
Hi I have a wig file(variable step) I want to convert this wig file to a bed file. Can anyone tell me how to do that.
Thanks in advance
Regards Varun
• 17,249 views
•
link
3 answers
googling for wig2bed returns a python script : http://code.google.com/p/chip-seq/source/browse/formatconvert/wig2bed.py ( http://code.google.com/p/bedops/wiki/wig2bed )
• 2 views
•
link
• 0 views
•
link
The wig2bed application that is part of the BEDOPS suite will convert both variable- and fixed-step WIG inputs to UCSC BED output.
• 1 views
•
link
Here is a perl script to convert wig to a bedgraph format: http://genomewiki.ucsc.edu/images/9/9d/FixStepToBedGraph_pl.txt
• 1 views
•
link
Log in to answer this question.