Mercurial > repos > jjohnson > qiime
comparison parallel_pick_otus_uclust_ref.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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e5c3175506b7 |
---|---|
1 <tool id="parallel_pick_otus_uclust_ref" name="parallel_pick_otus_uclust_ref" version="1.2.1"> | |
2 <description>Parallel pick otus using uclust_ref</description> | |
3 <requirements> | |
4 <requirement type="binary">parallel_pick_otus_uclust_ref.py</requirement> | |
5 </requirements> | |
6 <command interpreter="python"> | |
7 qiime_wrapper.py | |
8 --galaxy_tmpdir='$__new_file_path__' | |
9 parallel_pick_otus_uclust_ref.py | |
10 --input_fasta_fp=$input_fasta_fp | |
11 --output_dir=$__new_file_path__ | |
12 --refseqs_fp=$refseqs_fp | |
13 --similarity=$similarity | |
14 $enable_rev_strand_match | |
15 $optimal_uclust | |
16 $exact_uclust | |
17 --max_accepts=$max_accepts | |
18 --max_rejects=$max_rejects | |
19 --stepwords=$stepwords | |
20 --word_length=$word_length | |
21 $uclust_stable_sort | |
22 $suppress_uclust_stable_sort | |
23 $save_uc_files | |
24 --pick_otus_fp=$pick_otus_fp | |
25 --jobs_to_start=$jobs_to_start | |
26 --poller_fp=$poller_fp | |
27 $retain_temp_files | |
28 $suppress_submit_jobs | |
29 $poll_directly | |
30 --cluster_jobs_fp=$cluster_jobs_fp | |
31 $suppress_polling | |
32 --job_prefix=$job_prefix | |
33 --python_exe_fp=$python_exe_fp | |
34 --seconds_to_sleep=$seconds_to_sleep | |
35 </command> | |
36 <inputs> | |
37 <param name="input_fasta_fp" type="data" format="fasta" label="input_fasta_fp" | |
38 help="full path to input_fasta_fp [REQUIRED]"/> | |
39 <param name="refseqs_fp" type="data" format="txt" label="refseqs_fp" | |
40 help="full path to reference collection [REQUIRED]"/> | |
41 <param name="similarity" type="float" value="0.97" label="similarity" | |
42 help="Sequence similarity threshold [default: 0.97]"/> | |
43 <param name="enable_rev_strand_match" type="boolean" truevalue="--enable_rev_strand_match" falsevalue="" checked="false" label="enable_rev_strand_match" | |
44 help="Enable reverse strand matching for uclust otu picking, will double the amount of memory used. [default: False]"/> | |
45 <param name="optimal_uclust" type="boolean" truevalue="--optimal_uclust" falsevalue="" checked="false" label="optimal_uclust" | |
46 help="Pass the --optimal flag to uclust for uclust otu picking. [default: False]"/> | |
47 <param name="exact_uclust" type="boolean" truevalue="--exact_uclust" falsevalue="" checked="false" label="exact_uclust" | |
48 help="Pass the --exact flag to uclust for uclust otu picking. [default: False]"/> | |
49 <param name="max_accepts" type="integer" value="20" label="max_accepts" | |
50 help="max_accepts value to uclust and uclust_ref [default: 20]"/> | |
51 <param name="max_rejects" type="integer" value="500" label="max_rejects" | |
52 help="max_rejects value to uclust and uclust_ref [default: 500]"/> | |
53 <param name="stepwords" type="integer" value="20" label="stepwords" | |
54 help="stepwords value to uclust and uclust_ref [default: 20]"/> | |
55 <param name="word_length" type="integer" value="12" label="word_length" | |
56 help="w value to uclust and uclust_ref [default: 12]"/> | |
57 <param name="uclust_stable_sort" type="boolean" truevalue="--uclust_stable_sort" falsevalue="" checked="false" label="uclust_stable_sort" | |
58 help="Deprecated: stable sort enabled by default, pass --uclust_suppress_stable_sort to disable [default: True]"/> | |
59 <param name="suppress_uclust_stable_sort" type="boolean" truevalue="--suppress_uclust_stable_sort" falsevalue="" checked="false" label="suppress_uclust_stable_sort" | |
60 help="Don't pass --stable-sort to uclust [default: False]"/> | |
61 <param name="save_uc_files" type="boolean" truevalue="" falsevalue="--save_uc_files" checked="false" label="save_uc_files" | |
62 help="Enable preservation of intermediate uclust (.uc) files that are used to generate clusters via uclust. [default: True]"/> | |
63 <param name="pick_otus_fp" type="data" format="txt" label="pick_otus_fp" | |
64 help="full path to scripts/pick_otus.py [default: /usr/local/bin/pick_otus.py]"/> | |
65 <param name="jobs_to_start" type="integer" value="1" label="jobs_to_start" | |
66 help="Number of jobs to start [default: 1]"/> | |
67 <param name="poller_fp" type="data" format="txt" label="poller_fp" | |
68 help="full path to qiime/parallel/poller.py [default: /usr/local/bin/poller.py]"/> | |
69 <param name="retain_temp_files" type="boolean" truevalue="--retain_temp_files" falsevalue="" checked="false" label="retain_temp_files" | |
70 help="retain temporary files after runs complete (useful for debugging) [default: False]"/> | |
71 <param name="suppress_submit_jobs" type="boolean" truevalue="--suppress_submit_jobs" falsevalue="" checked="false" label="suppress_submit_jobs" | |
72 help="Only split input and write commands file - don't submit jobs [default: False]"/> | |
73 <param name="poll_directly" type="boolean" truevalue="--poll_directly" falsevalue="" checked="false" label="poll_directly" | |
74 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]"/> | |
75 <param name="cluster_jobs_fp" type="data" format="txt" label="cluster_jobs_fp" | |
76 help="path to cluster_jobs.py script [default: /usr/local/bin/start_parallel_jobs.py]"/> | |
77 <param name="suppress_polling" type="boolean" truevalue="--suppress_polling" falsevalue="" checked="false" label="suppress_polling" | |
78 help="suppress polling of jobs and merging of results upon completion [default: False]"/> | |
79 <param name="job_prefix" type="text" label="job_prefix" | |
80 help="job prefix [default: descriptive prefix + random chars]"/> | |
81 <param name="python_exe_fp" type="data" format="txt" label="python_exe_fp" | |
82 help="full path to python executable [default: python]"/> | |
83 <param name="seconds_to_sleep" type="integer" value="60" label="seconds_to_sleep" | |
84 help="Number of seconds to sleep between checks for run completion when polling runs [default: 60]"/> | |
85 </inputs> | |
86 <outputs> | |
87 | |
88 </outputs> | |
89 <tests> | |
90 </tests> | |
91 <help> | |
92 | |
93 </help> | |
94 </tool> | |
95 |