annotate data_manager/data_manager_fetch_motifs.xml @ 2:d5faf2b51b07 draft

Uploaded
author jeremyjliu
date Sun, 11 Jan 2015 20:30:46 -0500
parents 2ed33f9b9a47
children 2c918b3a7e8c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
2ed33f9b9a47 Uploaded
jeremyjliu
parents: 0
diff changeset
1 <tool id="data_manager_fetch_motifs" name="Install Motif Database" version="1.0.0" tool_type="manage_data">
2ed33f9b9a47 Uploaded
jeremyjliu
parents: 0
diff changeset
2 <description>Downloads motif databases in tabix format for use with region_motif_enrichment</description>
0
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
3 <command interpreter="python">data_manager_fetch_motifs.py "${out_file}" --motif_db ${motif_db_selector}</command>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
4 <inputs>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
5 <param name="motif_db_selector" type="select" label="Choose the source for the motif db">
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
6 <option value="test" selected="True">Test Pouya Subset (hg19)</option>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
7 <option value="pouya">Pouya Encode Motifs (hg19)</option>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
8 <option value="jaspar">Jaspar and Jolma Motifs (hg19)</option>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
9 <option value="mouse">Mouse Motifs (mm9)</option>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
10 </param>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
11 </inputs>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
12 <outputs>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
13 <data name="out_file" format="data_manager_json"/>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
14 </outputs>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
15 <help>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
16 **What it does**
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
17
1
2ed33f9b9a47 Uploaded
jeremyjliu
parents: 0
diff changeset
18 UPDATE THIS
0
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
19 </help>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
20 </tool>