Mercurial > repos > jeremyjliu > region_motif_enrichment
annotate upload/region_motif_compare.xml @ 16:9a84f76db861 draft
Fixed RMOTIF_PATH env variable for toolshed deployment
author | jeremyjliu |
---|---|
date | Wed, 12 Nov 2014 15:19:37 -0500 |
parents | |
children |
rev | line source |
---|---|
16
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
1 <tool id="region_motif_compare" name="Region Motif Count Compare"> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
2 <description>for comparing the motif counts in different region sets</description> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
3 <requirements> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
4 <requirement type="set_environment">RMOTIF_PATH</requirement> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
5 </requirements> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
6 <command interpreter="Rscript"> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
7 region_motif_compare.r --args \$RMOTIF_PATH $db_type $in_tab_1 $in_tab_2 $out_enriched $out_depleted $out_plots |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
8 </command> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
9 <inputs> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
10 <param name="in_tab_1" type="data" format="tabular" label="Region Set 1 Motif Count File"/> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
11 <param name="in_tab_2" type="data" format="tabular" label="Region Set 2 Motif Count File"/> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
12 <param name="db_type" type="select" label="Select Motif Database" > |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
13 <option value="t">Test Pouya Subset (hg19)</option> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
14 <option value="p">Pouya Encode Motifs (hg19)</option> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
15 <option value="j">Jaspar and Jolma Motifs (hg19)</option> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
16 <option value="m">Mouse Motifs (mm9)</option> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
17 <option value="c">Pouya, Jaspar, and Jolma Combined (hg19)</option> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
18 </param> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
19 </inputs> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
20 <outputs> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
21 <data name="out_enriched" format="tabular" label="Enriched Motifs"/> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
22 <data name="out_depleted" format="tabular" label="Depleted Motifs"/> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
23 <data name="out_plots" format="png" label="Motif Count Comparison Plots"/> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
24 </outputs> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
25 |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
26 <help> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
27 This tools reads in two counts file and determines enriched and depleted |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
28 motifs in two different region sets based on poisson calculation with |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
29 gc correction. |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
30 </help> |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
31 |
9a84f76db861
Fixed RMOTIF_PATH env variable for toolshed deployment
jeremyjliu
parents:
diff
changeset
|
32 </tool> |