Mercurial > repos > jjohnson > qiime
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/make_qiime_rst_file.xml Sun Jul 17 10:30:11 2011 -0500 @@ -0,0 +1,26 @@ +<tool id="make_qiime_rst_file" name="make_qiime_rst_file" version="1.2.0"> + <description>Make Sphinx RST file</description> + <requirements> + <requirement type="binary">make_qiime_rst_file.py</requirement> + </requirements> + <command interpreter="python"> + qiime_wrapper.py + --galaxy_tmpdir='$__new_file_path__' + make_qiime_rst_file.py + --input_script=$input_script + --output_dir=$__new_file_path__ + </command> + <inputs> + <param name="input_script" type="text" label="input_script" + help="This is the input script for which to make a .rst file [REQUIRED]"/> + </inputs> + <outputs> + + </outputs> + <tests> + </tests> + <help> + + </help> +</tool> +