diff parallel_beta_diversity.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/parallel_beta_diversity.xml	Sun Jul 17 10:30:11 2011 -0500
@@ -0,0 +1,68 @@
+<tool id="parallel_beta_diversity" name="parallel_beta_diversity" version="1.2.0">
+ <description>Parallel beta diversity</description>
+ <requirements>
+  <requirement type="binary">parallel_beta_diversity.py</requirement>
+ </requirements>
+ <command interpreter="python">
+  qiime_wrapper.py
+  --galaxy_tmpdir='$__new_file_path__'
+  parallel_beta_diversity.py
+  --input_path=$input_path
+  --output_path=$output_path
+  --metrics=$metrics
+  --tree_path=$tree_path
+  --beta_diversity_fp=$beta_diversity_fp
+  --poller_fp=$poller_fp
+  $retain_temp_files
+  $suppress_submit_jobs
+  $poll_directly
+  --cluster_jobs_fp=$cluster_jobs_fp
+  $suppress_polling
+  --job_prefix=$job_prefix
+  --python_exe_fp=$python_exe_fp
+  --seconds_to_sleep=$seconds_to_sleep
+  --jobs_to_start=$jobs_to_start
+  $full_tree
+ </command>
+ <inputs>
+  <param name="input_path" type="text"  label="input_path"
+   help="input path, must be directory [REQUIRED]"/>
+  <param name="metrics" type="text"  label="metrics"
+   help="metrics to use [REQUIRED]"/>
+  <param name="tree_path" type="text"  label="tree_path"
+   help="path to newick tree file, required for phylogenetic metrics [default: ('NO', 'DEFAULT')]"/>
+  <param name="beta_diversity_fp" type="data" format="txt" label="beta_diversity_fp"
+   help="full path to scripts/beta_diversity.py [default: /usr/local/lib/python2.6/site-packages/scripts/beta_diversity.py]"/>
+  <param name="poller_fp" type="data" format="txt" label="poller_fp"
+   help="full path to qiime/parallel/poller.py [default: /usr/local/lib/python2.6/site-packages/scripts/poller.py]"/>
+  <param name="retain_temp_files" type="boolean" truevalue="--retain_temp_files" falsevalue="" checked="false" label="retain_temp_files"
+   help="retain temporary files after runs complete (useful for debugging) [default: False]"/>
+  <param name="suppress_submit_jobs" type="boolean" truevalue="--suppress_submit_jobs" falsevalue="" checked="false" label="suppress_submit_jobs"
+   help="Only split input and write commands file - don't submit jobs [default: False]"/>
+  <param name="poll_directly" type="boolean" truevalue="--poll_directly" falsevalue="" checked="false" label="poll_directly"
+   help="Poll directly for job completion rather than running poller as a separate job. If -T is specified this script will not return until all jobs have completed. [default: False]"/>
+  <param name="cluster_jobs_fp" type="data" format="txt" label="cluster_jobs_fp"
+   help="path to cluster_jobs.py script  [default: /usr/local/lib/python2.6/site-packages/scripts/start_parallel_jobs.py]"/>
+  <param name="suppress_polling" type="boolean" truevalue="--suppress_polling" falsevalue="" checked="false" label="suppress_polling"
+   help="suppress polling of jobs and merging of results upon completion [default: False]"/>
+  <param name="job_prefix" type="text"  label="job_prefix"
+   help="job prefix [default: descriptive prefix + random chars]"/>
+  <param name="python_exe_fp" type="data" format="txt" label="python_exe_fp"
+   help="full path to python executable [default: python]"/>
+  <param name="seconds_to_sleep" type="integer" value="60" label="seconds_to_sleep"
+   help="Number of seconds to sleep between checks for run  completion when polling runs [default: 60]"/>
+  <param name="jobs_to_start" type="integer" value="1" label="jobs_to_start"
+   help="Number of jobs to start [default: 1]"/>
+  <param name="full_tree" type="boolean" truevalue="--full_tree" falsevalue="" checked="false" label="full_tree"
+   help="By default, we first compute the intersection of the tree with the otus present in the otu table. pass -f if you already have a minimal tree, and this script will run faster"/>
+ </inputs>
+ <outputs>
+  <data format="txt" name="output_path"/>
+ </outputs>
+ <tests>
+ </tests>
+ <help>
+  
+ </help>
+</tool>
+