|
2
|
1 <tool id="parallel_assign_taxonomy_rdp" name="parallel_assign_taxonomy_rdp" version="1.2.0">
|
|
|
2 <description>Parallel taxonomy assignment using RDP</description>
|
|
|
3 <requirements>
|
|
|
4 <requirement type="binary">parallel_assign_taxonomy_rdp.py</requirement>
|
|
|
5 </requirements>
|
|
|
6 <command interpreter="python">
|
|
|
7 qiime_wrapper.py
|
|
|
8 --galaxy_tmpdir='$__new_file_path__'
|
|
|
9 parallel_assign_taxonomy_rdp.py
|
|
|
10 --input_fasta_fp=$input_fasta_fp
|
|
|
11 --output_dir=$__new_file_path__
|
|
|
12 --rdp_classifier_fp=$rdp_classifier_fp
|
|
|
13 --confidence=$confidence
|
|
|
14 --assign_taxonomy_fp=$assign_taxonomy_fp
|
|
|
15 --jobs_to_start=$jobs_to_start
|
|
|
16 --poller_fp=$poller_fp
|
|
|
17 $retain_temp_files
|
|
|
18 $suppress_submit_jobs
|
|
|
19 $poll_directly
|
|
|
20 --cluster_jobs_fp=$cluster_jobs_fp
|
|
|
21 $suppress_polling
|
|
|
22 --job_prefix=$job_prefix
|
|
|
23 --python_exe_fp=$python_exe_fp
|
|
|
24 --seconds_to_sleep=$seconds_to_sleep
|
|
|
25 </command>
|
|
|
26 <inputs>
|
|
|
27 <param name="input_fasta_fp" type="data" format="fasta" label="input_fasta_fp"
|
|
|
28 help="full path to input_fasta_fp [REQUIRED]"/>
|
|
|
29 <param name="rdp_classifier_fp" type="data" format="txt" label="rdp_classifier_fp"
|
|
|
30 help="full path to rdp classifier jar file [default: %default]"/>
|
|
|
31 <param name="confidence" type="float" value="0.8" label="confidence"
|
|
|
32 help="Minimum confidence to record an assignment [default: 0.8]"/>
|
|
|
33 <param name="assign_taxonomy_fp" type="data" format="txt" label="assign_taxonomy_fp"
|
|
|
34 help="full path to scripts/assign_taxonomy.py [default: /usr/local/lib/python2.6/site-packages/scripts/assign_taxonomy.py]"/>
|
|
|
35 <param name="jobs_to_start" type="integer" value="1" label="jobs_to_start"
|
|
|
36 help="Number of jobs to start [default: 1]"/>
|
|
|
37 <param name="poller_fp" type="data" format="txt" label="poller_fp"
|
|
|
38 help="full path to qiime/parallel/poller.py [default: /usr/local/lib/python2.6/site-packages/scripts/poller.py]"/>
|
|
|
39 <param name="retain_temp_files" type="boolean" truevalue="--retain_temp_files" falsevalue="" checked="false" label="retain_temp_files"
|
|
|
40 help="retain temporary files after runs complete (useful for debugging) [default: False]"/>
|
|
|
41 <param name="suppress_submit_jobs" type="boolean" truevalue="--suppress_submit_jobs" falsevalue="" checked="false" label="suppress_submit_jobs"
|
|
|
42 help="Only split input and write commands file - don't submit jobs [default: False]"/>
|
|
|
43 <param name="poll_directly" type="boolean" truevalue="--poll_directly" falsevalue="" checked="false" label="poll_directly"
|
|
|
44 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]"/>
|
|
|
45 <param name="cluster_jobs_fp" type="data" format="txt" label="cluster_jobs_fp"
|
|
|
46 help="path to cluster_jobs.py script [default: /usr/local/lib/python2.6/site-packages/scripts/start_parallel_jobs.py]"/>
|
|
|
47 <param name="suppress_polling" type="boolean" truevalue="--suppress_polling" falsevalue="" checked="false" label="suppress_polling"
|
|
|
48 help="suppress polling of jobs and merging of results upon completion [default: False]"/>
|
|
|
49 <param name="job_prefix" type="text" label="job_prefix"
|
|
|
50 help="job prefix [default: descriptive prefix + random chars]"/>
|
|
|
51 <param name="python_exe_fp" type="data" format="txt" label="python_exe_fp"
|
|
|
52 help="full path to python executable [default: python]"/>
|
|
|
53 <param name="seconds_to_sleep" type="integer" value="60" label="seconds_to_sleep"
|
|
|
54 help="Number of seconds to sleep between checks for run completion when polling runs [default: 60]"/>
|
|
|
55 </inputs>
|
|
|
56 <outputs>
|
|
|
57
|
|
|
58 </outputs>
|
|
|
59 <tests>
|
|
|
60 </tests>
|
|
|
61 <help>
|
|
|
62
|
|
|
63 </help>
|
|
|
64 </tool>
|
|
|
65
|