Mercurial > repos > jeremyjliu > region_motif_enrichment
comparison region_motif_intersect.xml @ 35:4ce22698acb0 draft
Uploaded
author | jeremyjliu |
---|---|
date | Thu, 26 Feb 2015 22:54:09 -0500 |
parents | 0e031bf8c5b1 |
children | aa921c733d10 |
comparison
equal
deleted
inserted
replaced
34:fe8a884363df | 35:4ce22698acb0 |
---|---|
1 <tool id="region_motif_intersect" name="Region Motif Intersect"> | 1 <tool id="region_motif_intersect" name="Region Motif Intersect"> |
2 <description>for computing the motifs that lie inside a region set</description> | 2 <description>for computing the motifs that lie inside a region set</description> |
3 <!--<requirements> | |
4 <requirement type="package" version="1.0.0">MOTIF_DATA_MANAGER</requirement> | |
5 </requirements>--> | |
6 <command interpreter="Rscript"> | 3 <command interpreter="Rscript"> |
7 region_motif_intersect.r --args $bgz_file.fields.path $tbi_file.fields.path $in_bed $out_tab | 4 region_motif_intersect.r --args $bgz_file.fields.path $tbi_file.fields.path $in_bed $out_tab |
8 </command> | 5 </command> |
9 <inputs> | 6 <inputs> |
10 <param name="in_bed" type="data" format="bed" label="Input BED File" /> | 7 <param name="in_bed" type="data" format="bed" label="Input BED File" /> |
15 <param name="tbi_file" type="select" label="Using motif database TBI file"> | 12 <param name="tbi_file" type="select" label="Using motif database TBI file"> |
16 <options from_data_table="motif_databases"/> | 13 <options from_data_table="motif_databases"/> |
17 </param> | 14 </param> |
18 | 15 |
19 <!--<param name="db_type" type="select" label="Select Motif Database" > | 16 <!--<param name="db_type" type="select" label="Select Motif Database" > |
20 <option value="t">Test Pouya Subset (hg19)</option> | 17 <option value="t">Test Encode Motifs (hg19)</option> |
21 <option value="p">Pouya Encode Motifs (hg19)</option> | 18 <option value="e">Encode Motifs (hg19)</option> |
22 <option value="j">Jaspar and Jolma Motifs (hg19)</option> | 19 <option value="j">Jaspar and Jolma Motifs (hg19)</option> |
23 <option value="m">Mouse Motifs (mm9)</option> | 20 <option value="m">Mouse Motifs (mm9)</option> |
24 </param>--> | 21 </param>--> |
25 </inputs> | 22 </inputs> |
26 <outputs> | 23 <outputs> |