annotate region_motif_intersect.xml @ 9:0c1627c2f09d draft

Uploaded
author jeremyjliu
date Sat, 25 Oct 2014 15:16:56 -0400
parents d281fed8ec61
children ef85d5e787d7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
1 <tool id="region_motif_intersect" name="Region Motif Intersect">
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
2 <description>for computing the motifs that lie inside a region set</description>
2
5d9014614d28 Uploaded
jeremyjliu
parents: 0
diff changeset
3 <requirements>
6
d281fed8ec61 Uploaded
jeremyjliu
parents: 2
diff changeset
4 <requirement type="set_environment">R_SCRIPT_PATH</requirement>
d281fed8ec61 Uploaded
jeremyjliu
parents: 2
diff changeset
5 <requirement type="package" version="2.15.1">R</requirement>
2
5d9014614d28 Uploaded
jeremyjliu
parents: 0
diff changeset
6 </requirements>
5d9014614d28 Uploaded
jeremyjliu
parents: 0
diff changeset
7 <command interpreter="Rscript">
9
0c1627c2f09d Uploaded
jeremyjliu
parents: 6
diff changeset
8 region_motif_intersect.r --args $R_SCRIPT_PATH $db_type $in_bed $out_tab
0
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
9 </command>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
10 <inputs>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
11 <param name="in_bed" type="data" format="bed" label="Input BED File" />
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
12 <param name="db_type" type="select" label="Select Motif Database" >
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
13 <option value="t">Test Pouya Subset (hg19)</option>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
14 <option value="p">Pouya Encode Motifs (hg19)</option>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
15 <option value="j">Jaspar and Jolma Motifs (hg19)</option>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
16 <option value="m">Mouse Motifs (mm9)</option>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
17 </param>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
18 </inputs>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
19 <outputs>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
20 <data name="out_tab" format="tabular" />
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
21 </outputs>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
22
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
23 <help>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
24 This tool computes the motifs and the number of motifs that intersect
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
25 any region in a input set of regions.
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
26 </help>
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
27
19d2cffb8db3 Initial upload
jeremyjliu
parents:
diff changeset
28 </tool>