annotate data_manager/data_manager_fetch_motifs.xml @ 11:24a2c2783fb8 draft

Uploaded
author jeremyjliu
date Tue, 07 Apr 2015 23:19:04 -0400
parents a5421f83f972
children
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">
10
a5421f83f972 Uploaded
jeremyjliu
parents: 8
diff changeset
6 <option value="test" selected="True">Test Encode Motifs (hg19)</option>
a5421f83f972 Uploaded
jeremyjliu
parents: 8
diff changeset
7 <option value="encode">Encode Motifs (hg19)</option>
0
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
7
2c918b3a7e8c Uploaded
jeremyjliu
parents: 1
diff changeset
18 Fetches a reference motif database (bgz and tbi files) from Harvard
2c918b3a7e8c Uploaded
jeremyjliu
parents: 1
diff changeset
19 CBMI source and populates the "motif_databases" data table.
2c918b3a7e8c Uploaded
jeremyjliu
parents: 1
diff changeset
20
2c918b3a7e8c Uploaded
jeremyjliu
parents: 1
diff changeset
21 **TO DO**
8
b4c2836d2e4e Uploaded
jeremyjliu
parents: 7
diff changeset
22
7
2c918b3a7e8c Uploaded
jeremyjliu
parents: 1
diff changeset
23 Ability to add motif database from local file, as the last step in
2c918b3a7e8c Uploaded
jeremyjliu
parents: 1
diff changeset
24 a MEME pipeline.
0
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
25 </help>
ba049ce65693 Initial upload
jeremyjliu
parents:
diff changeset
26 </tool>