Mercurial > repos > devteam > data_manager_twobit_builder
comparison data_manager/twobit_builder.xml @ 0:74b09c8e5f6e draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/data_managers/data_manager_twobit_builder commit 130cb0c08ad3c5b858ba46b1024dcdccc3cb68c6-dirty
author | devteam |
---|---|
date | Thu, 11 Jun 2015 16:14:27 -0400 |
parents | |
children | df883cc67fbd |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:74b09c8e5f6e |
---|---|
1 <tool id="twobit_builder_data_manager" name="TwoBit" tool_type="manage_data" version="0.0.1"> | |
2 <requirements> | |
3 <requirement type="package" version="312">ucsc_tools</requirement> | |
4 </requirements> | |
5 <description>builder</description> | |
6 <command interpreter="python">twobit_builder.py "${out_file}" --fasta_filename "${all_fasta_source.fields.path}" --fasta_dbkey "${all_fasta_source.fields.dbkey}" --fasta_description "${all_fasta_source.fields.name}"</command> | |
7 <inputs> | |
8 <param name="all_fasta_source" type="select" label="Source FASTA Sequence"> | |
9 <options from_data_table="all_fasta"/> | |
10 </param> | |
11 <param type="text" name="sequence_name" value="" label="Name of sequence" /> | |
12 <param type="text" name="sequence_id" value="" label="ID for sequence" /> | |
13 | |
14 </inputs> | |
15 <outputs> | |
16 <data name="out_file" format="data_manager_json"/> | |
17 </outputs> | |
18 | |
19 <tests> | |
20 <test> | |
21 <param name="all_fasta_source" value="sacCer2"/> | |
22 <param name="sequence_name" value=""/> | |
23 <output name="sequence_id" file="data_manager_two_bit_out_1.dat"/> | |
24 </test> | |
25 </tests> | |
26 | |
27 <help> | |
28 | |
29 .. class:: infomark | |
30 | |
31 **Notice:** If you leave name, description, or id blank, it will be generated automatically. | |
32 | |
33 </help> | |
34 </tool> | |
35 |