Mercurial > repos > jjohnson > qiime
comparison make_qiime_rst_file.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="make_qiime_rst_file" name="make_qiime_rst_file" version="1.2.0"> | |
2 <description>Make Sphinx RST file</description> | |
3 <requirements> | |
4 <requirement type="binary">make_qiime_rst_file.py</requirement> | |
5 </requirements> | |
6 <command interpreter="python"> | |
7 qiime_wrapper.py | |
8 --galaxy_tmpdir='$__new_file_path__' | |
9 make_qiime_rst_file.py | |
10 --input_script=$input_script | |
11 --output_dir=$__new_file_path__ | |
12 </command> | |
13 <inputs> | |
14 <param name="input_script" type="text" label="input_script" | |
15 help="This is the input script for which to make a .rst file [REQUIRED]"/> | |
16 </inputs> | |
17 <outputs> | |
18 | |
19 </outputs> | |
20 <tests> | |
21 </tests> | |
22 <help> | |
23 | |
24 </help> | |
25 </tool> | |
26 |