Mercurial > repos > jjohnson > qiime
diff merge_otu_tables.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/merge_otu_tables.xml Sun Jul 17 10:30:11 2011 -0500 @@ -0,0 +1,26 @@ +<tool id="merge_otu_tables" name="merge_otu_tables" version="1.2.0"> + <description></description> + <requirements> + <requirement type="binary">merge_otu_tables.py</requirement> + </requirements> + <command interpreter="python"> + qiime_wrapper.py + --galaxy_tmpdir='$__new_file_path__' + merge_otu_tables.py + --input_fps=$input_fps + --output_fp=$output_fp + </command> + <inputs> + <param name="input_fps" type="text" label="input_fps" + help="the otu tables [REQUIRED]"/> + </inputs> + <outputs> + <data format="txt" name="output_fp"/> + </outputs> + <tests> + </tests> + <help> + + </help> +</tool> +