0
|
1 <tool id="data_manager_fetch_motifs" name="Motif Database" version="1.0.0" tool_type="manage_data">
|
|
2 <description>fetching</description>
|
|
3 <command interpreter="python">data_manager_fetch_motifs.py "${out_file}" --motif_db ${motif_db_selector}</command>
|
|
4 <inputs>
|
|
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>
|
|
7 <option value="pouya">Pouya Encode Motifs (hg19)</option>
|
|
8 <option value="jaspar">Jaspar and Jolma Motifs (hg19)</option>
|
|
9 <option value="mouse">Mouse Motifs (mm9)</option>
|
|
10 </param>
|
|
11 </inputs>
|
|
12 <outputs>
|
|
13 <data name="out_file" format="data_manager_json"/>
|
|
14 </outputs>
|
|
15 <help>
|
|
16 **What it does**
|
|
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.
|
|
19
|
|
20 **Notice:** If you leave name, description, or id blank, it will be generated automatically.
|
|
21 </help>
|
|
22 </tool>
|