Mercurial > repos > jjohnson > qiime
diff print_qiime_config.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/print_qiime_config.xml Sun Jul 17 10:30:11 2011 -0500 @@ -0,0 +1,23 @@ +<tool id="print_qiime_config" name="print_qiime_config" version="1.2.0"> + <description>Print out the qiime config settings.</description> + <requirements> + <requirement type="binary">print_qiime_config.py</requirement> + </requirements> + <command interpreter="python"> + print_qiime_config.py + $test + </command> + <inputs> + <param name="test" type="boolean" truevalue="--test" falsevalue="" checked="false" label="test" + help="Test the qiime config for sanity [default: %default]"/> + </inputs> + <outputs> + + </outputs> + <tests> + </tests> + <help> + + </help> +</tool> +