# HG changeset patch # User xuebing # Date 1333214722 14400 # Node ID 082c1e8ff413a35fffd739451e7be92e17f7fb81 Uploaded diff -r 000000000000 -r 082c1e8ff413 bed_collapse.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bed_collapse.xml Sat Mar 31 13:25:22 2012 -0400 @@ -0,0 +1,19 @@ + + collapse intervals + bed_collapse.py $input $strand $score > $outfile + + + + + + + + + + +**What it does** + +This tool collapses genomic intervals that have the same position (and strandness if specified) and output a set of unique intervals. + + +