Mercurial > repos > jjohnson > qiime
diff start_parallel_jobs.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/start_parallel_jobs.xml Sun Jul 17 10:30:11 2011 -0500 @@ -0,0 +1,28 @@ +<tool id="start_parallel_jobs" name="start_parallel_jobs" version="1.2.0"> + <description>Starts multiple jobs in parallel on multicore or multiprocessor systems.</description> + <requirements> + <requirement type="binary">start_parallel_jobs.py</requirement> + </requirements> + <command interpreter="python"> + qiime_wrapper.py + --galaxy_tmpdir='$__new_file_path__' + start_parallel_jobs.py + $make_jobs + $submit_jobs + </command> + <inputs> + <param name="make_jobs" type="boolean" truevalue="--make_jobs" falsevalue="" checked="false" label="make_jobs" + help="make the job files [default: ('NO', 'DEFAULT')]"/> + <param name="submit_jobs" type="boolean" truevalue="--submit_jobs" falsevalue="" checked="false" label="submit_jobs" + help="submit the job files [default: ('NO', 'DEFAULT')]"/> + </inputs> + <outputs> + + </outputs> + <tests> + </tests> + <help> + + </help> +</tool> +