# HG changeset patch # User nikos # Date 1406730920 14400 # Node ID 84f9377544ad6e28e7f3b04a189db3b393261589 # Parent 52f48427f2a4453f4df785fbbbd62af6a69dd6e8 Uploaded diff -r 52f48427f2a4 -r 84f9377544ad bigwig_to_wig.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bigwig_to_wig.xml Wed Jul 30 10:35:20 2014 -0400 @@ -0,0 +1,32 @@ + + converter + /home/jens/bin/bigwig2wig_stdout -f $input -b $bin_size -l $mylab > $output + + + bigWigSummary + bigwig2wig + bigWigInfo + + + + + + + + + + + + + + +This tool converts a **BigWig** file to fixed step **Wiggle** format. +Resolution is controlled through the bin size (the higher the size, the lower the resolution). + +The script this tool is based on is written by Jens Vilstrup Johansen and uses bigWigInfo_ and bigWigSummary_. + +.. _bigWigInfo: https://github.com/adamlabadorf/ucsc_tools/blob/master/executables/bigWigInfo +.. _bigWigSummary: https://github.com/adamlabadorf/ucsc_tools/blob/master/executables/bigWigSummary + + +