# HG changeset patch # User xiaoyi-cao # Date 1354481134 18000 # Node ID 22e0f531e390a1536489635e8f30867c3fde1922 Uploaded diff -r 000000000000 -r 22e0f531e390 annotateBedWrapper.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/annotateBedWrapper.xml Sun Dec 02 15:45:34 2012 -0500 @@ -0,0 +1,58 @@ + + + the depth & breadth of coverage of features from multiple files + + + + annotateBed + bedtools + + + + annotateBed + $countflag + -i '$inputRegion' + -names + #for $i, $s in enumerate($annotateColumn) + '${s.colname}' + #end for + -files + #for $i, $s in enumerate($annotateColumn) + '${s.colfile}' + #end for + > '$output' + + + + + + + + + + + + + + + + + + + + + + +**What it does** + +This tool is used to annotate the regions in a bed file with features provided in multiple BED files. + +..class:: warningmark + +This tool requires that bedtools__ has been installed on your system. + +----- + + + + \ No newline at end of file