Mercurial > repos > jjohnson > qiime
diff sort_denoiser_output.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/sort_denoiser_output.xml Sun Jul 17 10:30:11 2011 -0500 @@ -0,0 +1,26 @@ +<tool id="sort_denoiser_output" name="sort_denoiser_output" version="1.2.0"> + <description>Sort denoiser output by cluster size.</description> + <requirements> + <requirement type="binary">sort_denoiser_output.py</requirement> + </requirements> + <command interpreter="python"> + qiime_wrapper.py + --galaxy_tmpdir='$__new_file_path__' + sort_denoiser_output.py + --input_fasta_fp=$input_fasta_fp + --output_file=$output_file + </command> + <inputs> + <param name="input_fasta_fp" type="data" format="fasta" label="input_fasta_fp" + help="path to the input fasta file [REQUIRED]"/> + </inputs> + <outputs> + <data format="txt" name="output_file"/> + </outputs> + <tests> + </tests> + <help> + + </help> +</tool> +