Mercurial > repos > jjohnson > qiime
comparison submit_to_mgrast.xml @ 0:e5c3175506b7 default tip
Initial tool configs for qiime, most need work.
| author | Jim Johnson <jj@umn.edu> |
|---|---|
| date | Sun, 17 Jul 2011 10:30:11 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:e5c3175506b7 |
|---|---|
| 1 <tool id="submit_to_mgrast" name="submit_to_mgrast" version="1.2.1"> | |
| 2 <description>This script submits a FASTA file to MG-RAST</description> | |
| 3 <requirements> | |
| 4 <requirement type="binary">submit_to_mgrast.py</requirement> | |
| 5 </requirements> | |
| 6 <command interpreter="python"> | |
| 7 qiime_wrapper.py | |
| 8 --galaxy_tmpdir='$__new_file_path__' | |
| 9 submit_to_mgrast.py | |
| 10 --input_fasta_fp=$input_fasta_fp | |
| 11 --web_key_auth=$web_key_auth | |
| 12 --project_id=$project_id | |
| 13 --output_dir=$__new_file_path__ | |
| 14 </command> | |
| 15 <inputs> | |
| 16 <param name="input_fasta_fp" type="data" format="fasta" label="input_fasta_fp" | |
| 17 help="path to the input fasta file [REQUIRED]"/> | |
| 18 <param name="web_key_auth" type="text" label="web_key_auth" | |
| 19 help="the web services authorization key from MG-RAST [REQUIRED]"/> | |
| 20 <param name="project_id" type="text" label="project_id" | |
| 21 help="the title to be used for the project [REQUIRED]"/> | |
| 22 </inputs> | |
| 23 <outputs> | |
| 24 | |
| 25 </outputs> | |
| 26 <tests> | |
| 27 </tests> | |
| 28 <help> | |
| 29 | |
| 30 </help> | |
| 31 </tool> | |
| 32 |
