comparison data_manager/data_manager_fetch_motifs.xml @ 1:2ed33f9b9a47 draft

Uploaded
author jeremyjliu
date Sun, 11 Jan 2015 19:35:25 -0500
parents ba049ce65693
children 2c918b3a7e8c
comparison
equal deleted inserted replaced
0:ba049ce65693 1:2ed33f9b9a47
1 <tool id="data_manager_fetch_motifs" name="Motif Database" version="1.0.0" tool_type="manage_data"> 1 <tool id="data_manager_fetch_motifs" name="Install Motif Database" version="1.0.0" tool_type="manage_data">
2 <description>fetching</description> 2 <description>Downloads motif databases in tabix format for use with region_motif_enrichment</description>
3 <command interpreter="python">data_manager_fetch_motifs.py "${out_file}" --motif_db ${motif_db_selector}</command> 3 <command interpreter="python">data_manager_fetch_motifs.py "${out_file}" --motif_db ${motif_db_selector}</command>
4 <inputs> 4 <inputs>
5 <param name="motif_db_selector" type="select" label="Choose the source for the motif db"> 5 <param name="motif_db_selector" type="select" label="Choose the source for the motif db">
6 <option value="test" selected="True">Test Pouya Subset (hg19)</option> 6 <option value="test" selected="True">Test Pouya Subset (hg19)</option>
7 <option value="pouya">Pouya Encode Motifs (hg19)</option> 7 <option value="pouya">Pouya Encode Motifs (hg19)</option>
13 <data name="out_file" format="data_manager_json"/> 13 <data name="out_file" format="data_manager_json"/>
14 </outputs> 14 </outputs>
15 <help> 15 <help>
16 **What it does** 16 **What it does**
17 17
18 Fetches a reference genome from various sources (UCSC, NCBI, URL, Galaxy History, or a server directory) and populates the "all_fasta" data table. 18 UPDATE THIS
19
20 **Notice:** If you leave name, description, or id blank, it will be generated automatically.
21 </help> 19 </help>
22 </tool> 20 </tool>