Mercurial > repos > jjohnson > qiime
diff multiple_rarefactions_even_depth.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/multiple_rarefactions_even_depth.xml Sun Jul 17 10:30:11 2011 -0500 @@ -0,0 +1,38 @@ +<tool id="multiple_rarefactions_even_depth" name="multiple_rarefactions_even_depth" version="1.2.0"> + <description>Perform multiple rarefactions on a single otu table, at one depth of sequences/sample</description> + <requirements> + <requirement type="binary">multiple_rarefactions_even_depth.py</requirement> + </requirements> + <command interpreter="python"> + qiime_wrapper.py + --galaxy_tmpdir='$__new_file_path__' + multiple_rarefactions_even_depth.py + --input_path=$input_path + --output_path=$output_path + --depth=$depth + --num-reps=$num_reps + $lineages_included + $keep_empty_otus + </command> + <inputs> + <param name="input_path" type="text" label="input_path" + help="input otu table filepath [REQUIRED]"/> + <param name="depth" type="integer" value="-1" label="depth" + help="sequences per sample to subsample [REQUIRED]"/> + <param name="num_reps" type="integer" value="1" label="num-reps" + help="num iterations at each seqs/sample level [default: 1]"/> + <param name="lineages_included" type="boolean" truevalue="--lineages_included" falsevalue="" checked="false" label="lineages_included" + help="output rarefied otu tables will include taxonomic (lineage) information for each otu, if present in input otu table [default: False]"/> + <param name="keep_empty_otus" type="boolean" truevalue="--keep_empty_otus" falsevalue="" checked="false" label="keep_empty_otus" + help="otus (rows) of all zeros are usually omitted from the output otu tables, with -k they will not be removed from the output files [default: False]"/> + </inputs> + <outputs> + <data format="txt" name="output_path"/> + </outputs> + <tests> + </tests> + <help> + + </help> +</tool> +