diff region_motif_intersect.xml @ 30:da0bc6dead0d draft

Restore deleted source files
author jeremyjliu
date Mon, 05 Jan 2015 22:28:37 -0500
parents
children 0e031bf8c5b1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/region_motif_intersect.xml	Mon Jan 05 22:28:37 2015 -0500
@@ -0,0 +1,28 @@
+<tool id="region_motif_intersect" name="Region Motif Intersect">
+  <description>for computing the motifs that lie inside a region set</description>
+  <requirements>
+    <requirement type="set_environment">RMOTIF_PATH</requirement>
+    <requirement type="package" version="1.0.0">MOTIFS</requirement>
+  </requirements>
+  <command interpreter="Rscript">
+    region_motif_intersect.r --args \$RMOTIF_PATH $db_type $in_bed $out_tab
+  </command>
+  <inputs>
+    <param name="in_bed" type="data" format="bed" label="Input BED File" />
+    <param name="db_type" type="select" label="Select Motif Database" >
+      <option value="t">Test Pouya Subset (hg19)</option>
+      <option value="p">Pouya Encode Motifs (hg19)</option>
+      <option value="j">Jaspar and Jolma Motifs (hg19)</option>
+      <option value="m">Mouse Motifs (mm9)</option>
+    </param>
+  </inputs>
+  <outputs>
+    <data name="out_tab" format="tabular" />
+  </outputs>
+
+  <help>
+    This tool computes the motifs and the number of motifs that intersect
+    any region in a input set of regions.
+  </help>
+ 
+</tool>
\ No newline at end of file