Mercurial > repos > jjohnson > qiime
comparison pick_reference_otus_through_otu_table.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="pick_reference_otus_through_otu_table" name="pick_reference_otus_through_otu_table" version="1.2.1"> | |
2 <description>Reference OTU picking/Shotgun UniFrac workflow.</description> | |
3 <requirements> | |
4 <requirement type="binary">pick_reference_otus_through_otu_table.py</requirement> | |
5 </requirements> | |
6 <command interpreter="python"> | |
7 qiime_wrapper.py | |
8 --galaxy_tmpdir='$__new_file_path__' | |
9 pick_reference_otus_through_otu_table.py | |
10 --input_fp=$input_fp | |
11 --reference_fp=$reference_fp | |
12 --output_dir=$__new_file_path__ | |
13 #if $parameter.source == 'hist': | |
14 --parameter_fp=$parameter_fp | |
15 #else: | |
16 --parameter_fp=$parameter_generated | |
17 #end if | |
18 --taxonomy_fp=$taxonomy_fp | |
19 $force | |
20 $print_only | |
21 $parallel | |
22 </command> | |
23 <inputs> | |
24 <param name="input_fp" type="data" format="txt" label="input_fp" | |
25 help="the input sequences [REQUIRED]"/> | |
26 <param name="reference_fp" type="data" format="txt" label="reference_fp" | |
27 help="the reference sequences [REQUIRED]"/> | |
28 | |
29 <conditional name="parameter"> | |
30 <param name="source" type="select" label="Parameters from" help=""> | |
31 <option value="hist">Your History</option> | |
32 <option value="build">Build a Parameter file</option> | |
33 </param> | |
34 <when value="hist"> | |
35 <param name="parameter_fp" type="data" format="qiimeparams" label="parameter_fp" | |
36 help="path to the parameter file [REQUIRED]"/> | |
37 </when> <!-- hist --> | |
38 <when value="build"> | |
39 <!-- | |
40 params['alpha_diversity']['metrics'].split(',') | |
41 params['multiple_rarefactions'] | |
42 params['parallel']) | |
43 params['alpha_diversity']) | |
44 params['collate_alpha'] | |
45 params['make_rarefaction_plots'] | |
46 multiple_rarefactions.py | |
47 min seqs/sample | |
48 max seqs/sample | |
49 step | |
50 depth sequences per sample to subsample | |
51 num-reps | |
52 lineages_included | |
53 keep_empty_otus | |
54 alpha_diversity.py | |
55 collate_alpha.py | |
56 make_rarefaction_plots.py | |
57 --> | |
58 </when> <!-- build --> | |
59 </conditional> <!-- parameter --> | |
60 | |
61 <param name="taxonomy_fp" type="data" format="tabular" label="taxonomy_fp" | |
62 help="the taxonomy map [default: ('NO', 'DEFAULT')]"/> | |
63 <param name="force" type="boolean" truevalue="--force" falsevalue="" checked="false" label="force" | |
64 help="Force overwrite of existing output directory (note: existing files in output_dir will not be removed) [default: ('NO', 'DEFAULT')]"/> | |
65 <param name="print_only" type="boolean" truevalue="--print_only" falsevalue="" checked="false" label="print_only" | |
66 help="Print the commands but don't call them -- useful for debugging [default: False]"/> | |
67 <param name="parallel" type="boolean" truevalue="--parallel" falsevalue="" checked="false" label="parallel" | |
68 help="Run in parallel where available [default: False]"/> | |
69 </inputs> | |
70 <configfiles> | |
71 <configfile name="parameter_generated"> | |
72 alpha_diversity:metrics chao1,observed_species,PD_whole_tree | |
73 multiple_rarefactions_even_depth:num-reps 20 | |
74 parallel:jobs_to_start 2 | |
75 parallel:retain_temp_files False | |
76 parallel:seconds_to_sleep 60 | |
77 collate_alpha:example_path | |
78 make_rarefaction_plots:imagetype png | |
79 make_rarefaction_plots:resolution 75 | |
80 make_rarefaction_plots:background_color white | |
81 make_rarefaction_plots:prefs_path | |
82 </configfile> | |
83 </configfiles> | |
84 | |
85 <outputs> | |
86 | |
87 </outputs> | |
88 <tests> | |
89 </tests> | |
90 <help> | |
91 | |
92 </help> | |
93 </tool> | |
94 |