Mercurial > repos > iuc > qiime_jackknifed_beta_diversity
comparison jackknifed_beta_diversity.xml @ 5:205f4c9739c0 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit 3b54163c4f7daff76fcc589c4a9057bb03904380
author | iuc |
---|---|
date | Sat, 05 Aug 2017 07:23:59 -0400 |
parents | f9df45b8425a |
children | 9d06d3380f1d |
comparison
equal
deleted
inserted
replaced
4:89823e3721a0 | 5:205f4c9739c0 |
---|---|
1 <tool id="qiime_jackknifed_beta_diversity" name="Perform jackknifed UPGMA clustering" version="@WRAPPER_VERSION@.0"> | 1 <tool id="qiime_jackknifed_beta_diversity" name="Perform jackknifed UPGMA clustering" version="@WRAPPER_VERSION@.0"> |
2 <description>and building jackknifed PCoA plots</description> | 2 <description> and building jackknifed PCoA plots (jackknifed_beta_diversity)</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements"/> | 6 <expand macro="requirements"/> |
7 <stdio> | 7 <stdio> |
8 <regex match="VisibleDeprecationWarning" source="both" level="warning" description="VisibleDeprecationWarning on numpy for `rank`"/> | 8 <regex match="VisibleDeprecationWarning" source="both" level="warning" description="VisibleDeprecationWarning on numpy for `rank`"/> |
9 <regex match="RuntimeWarning: The result contains negative eigenvalues" source="both" level="warning" description="Presence of negative eigenvalues"/> | 9 <regex match="RuntimeWarning: The result contains negative eigenvalues" source="both" level="warning" description="Presence of negative eigenvalues"/> |
10 </stdio> | 10 </stdio> |
11 <version_command>jackknifed_beta_diversity.py --version</version_command> | 11 <version_command>jackknifed_beta_diversity.py --version</version_command> |
12 <command detect_errors="aggressive"><![CDATA[ | 12 <command detect_errors="aggressive"><![CDATA[ |
13 jackknifed_beta_diversity.py | 13 jackknifed_beta_diversity.py |
14 --otu_table_fp '$otu_table_fp' | 14 --otu_table_fp '$otu_table_fp' |
15 --mapping_fp '$mapping_fp' | 15 --mapping_fp '$mapping_fp' |
16 -o jackknifed_beta_diversity | 16 -o jackknifed_beta_diversity |
17 --seqs_per_sample '$seqs_per_sample' | 17 --seqs_per_sample '$seqs_per_sample' |
18 #if $tree_fp | 18 #if $tree_fp |
19 --tree_fp '$tree_fp' | 19 --tree_fp '$tree_fp' |
20 #end if | 20 #end if |
21 #if $parameter_fp | 21 #if $parameter_fp |
22 --parameter_fp '$parameter_fp' | 22 --parameter_fp '$parameter_fp' |
23 #end if | 23 #end if |
24 --master_tree '$master_tree' | 24 --master_tree '$master_tree' |
25 $parallel | 25 $parallel |
26 -O "\${GALAXY_SLOTS:-4}" | 26 -O "\${GALAXY_SLOTS:-4}" |
27 | 27 |
28 && python $__tool_directory__/jackknifed_beta_diversity_output_management.py | 28 && python $__tool_directory__/jackknifed_beta_diversity_output_management.py |
29 --data_directory jackknifed_beta_diversity | 29 --data_directory jackknifed_beta_diversity |
30 --html_file '$jackknifed_beta_diversity_report' | 30 --html_file '$jackknifed_beta_diversity_report' |
31 --html_dir '$jackknifed_beta_diversity_report.files_path' | 31 --html_dir '$jackknifed_beta_diversity_report.files_path' |
32 ]]></command> | 32 ]]></command> |
33 <inputs> | 33 <inputs> |
34 <param argument="--otu_table_fp" type="data" format="tabular,txt,biom" label="OTU table" multiple="True"/> | 34 <param argument="--otu_table_fp" type="data" format="tabular,txt,biom" label="OTU table" multiple="True"/> |
35 <param argument="--mapping_fp" type="data" format="tabular,txt,tsv" label="Mapping file" multiple="True"/> | 35 <param argument="--mapping_fp" type="data" format="tabular,txt,tsv" label="Mapping file" multiple="True"/> |
36 <param argument="--seqs_per_sample" type="integer" value="" label="Number of sequences to include in each jackknifed subset"/> | 36 <param argument="--seqs_per_sample" type="integer" value="" label="Number of sequences to include in each jackknifed subset"/> |
38 <param argument="--parameter_fp" type="data" format="txt" label="Parameter file" help="It specifies changes to the default behavior, e.g. beta diversity metrics" optional="true"/> | 38 <param argument="--parameter_fp" type="data" format="txt" label="Parameter file" help="It specifies changes to the default behavior, e.g. beta diversity metrics" optional="true"/> |
39 <param argument="--master_tree" type="select" label="Method for computing master trees in jackknife analysis"> | 39 <param argument="--master_tree" type="select" label="Method for computing master trees in jackknife analysis"> |
40 <option value="consensus" selected="True">Consensus of trees from jackknifed otu tables</option> | 40 <option value="consensus" selected="True">Consensus of trees from jackknifed otu tables</option> |
41 <option value="full">Tree generated from input (unsubsambled) otu table</option> | 41 <option value="full">Tree generated from input (unsubsambled) otu table</option> |
42 </param> | 42 </param> |
43 <param argument="--parallel" type="boolean" label="Run in parallel where available?" truevalue="--parallel" falsevalue="" checked="true"/> | 43 <param argument="--parallel" type="boolean" truevalue="--parallel" falsevalue="" checked="true" label="Run in parallel where available?"/> |
44 </inputs> | 44 </inputs> |
45 <outputs> | 45 <outputs> |
46 <collection name="unrarefied_beta_div_dist_matrix" type="list" label="${tool.name} on ${on_string}: Distance matrix for unrarefied beta diversity"> | 46 <collection name="unrarefied_beta_div_dist_matrix" type="list" label="${tool.name} on ${on_string}: Distance matrix for unrarefied beta diversity"> |
47 <discover_datasets pattern="(?P<designation>.+)\.txt" directory="jackknifed_beta_diversity/unrarefied_bdiv/"/> | 47 <discover_datasets pattern="(?P<designation>.+)\.txt" directory="jackknifed_beta_diversity/unrarefied_bdiv/"/> |
48 </collection> | 48 </collection> |