# HG changeset patch # User jbrayet # Date 1455032882 18000 # Node ID 1c22918d08548f324d8c954b425631023e7e313a # Parent 0144a29d6e1d3f225d3c916fc2dd9839fff58eb1 Uploaded diff -r 0144a29d6e1d -r 1c22918d0854 peaks2bed.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/peaks2bed.xml Tue Feb 09 10:48:02 2016 -0500 @@ -0,0 +1,30 @@ + + Convert FindPeaks output (.peaks) into Bed + + institutcuriengsintegration/peakstobed:1.0 + + +peaks2bed.sh -f $inputfile -t $minHeight -o $output -g $genome_selector -n $name -r ${__root_dir__} + + + + + + + + + + + + + + + + + +**What it does** + +This tool creates a .bed file using .peaks output of FindPeaks + + +