annotate data_manager/data_manager_fetch_motifs.xml @ 0:cab6e1cb4c2a draft default tip

Uploaded
author jeremyjliu
date Sat, 16 May 2015 17:23:06 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
1 <tool id="data_manager_fetch_motifs" name="Install Motif Database" version="1.0.0" tool_type="manage_data">
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
2 <description>Downloads motif databases in tabix format for use with region_motif_enrichment</description>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
3 <command interpreter="python">data_manager_fetch_motifs.py "${out_file}" --motif_db ${motif_db_selector}</command>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
4 <inputs>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
5 <param name="motif_db_selector" type="select" label="Choose the source for the motif db">
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
6 <option value="test" selected="True">Test Encode Motifs (hg19)</option>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
7 <option value="encode">Encode Motifs (hg19)</option>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
8 <option value="jaspar">Jaspar and Jolma Motifs (hg19)</option>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
9 <option value="mouse">Mouse Motifs (mm9)</option>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
10 </param>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
11 </inputs>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
12 <outputs>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
13 <data name="out_file" format="data_manager_json"/>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
14 </outputs>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
15 <help>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
16 **What it does**
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
17
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
18 Fetches a reference motif database (bgz and tbi files) from Harvard
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
19 CBMI source and populates the "motif_databases" data table.
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
20
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
21 **TO DO**
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
22
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
23 Ability to add motif database from local file, as the last step in
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
24 a MEME pipeline.
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
25 </help>
cab6e1cb4c2a Uploaded
jeremyjliu
parents:
diff changeset
26 </tool>