# HG changeset patch # User jbrayet # Date 1455097765 18000 # Node ID 3e1608ba11fff6230764aa8fbf0595491c00c094 # Parent 3e5c8eba6a73a77d17b07a30bd6810c85988ae29 Uploaded diff -r 3e5c8eba6a73 -r 3e1608ba11ff ccat_int2bed.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ccat_int2bed.xml Wed Feb 10 04:49:25 2016 -0500 @@ -0,0 +1,30 @@ + + Convert CCAT output (intervals) into Bed + + institutcuriengsintegration/ccattobed:1.0 + + +ccat2bed.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 CCAT + + +