0
|
1 <?xml version="1.0" ?>
|
|
2 <tool id="qiime_diversity_core-metrics-phylogenetic" name="qiime diversity core-metrics-phylogenetic" version="2019.4">
|
|
3 <description> - Core diversity metrics (phylogenetic and non- phylogenetic)</description>
|
|
4 <requirements>
|
|
5 <requirement type="package" version="2019.4">qiime2</requirement>
|
|
6 </requirements>
|
|
7 <command><![CDATA[
|
|
8 qiime diversity core-metrics-phylogenetic
|
|
9
|
|
10 --i-table=$itable
|
|
11 --i-phylogeny=$iphylogeny
|
6
|
12
|
|
13 #if str($psamplingdepth):
|
|
14 --p-sampling-depth="$psamplingdepth"
|
|
15 #end if
|
0
|
16
|
|
17 #set $pnjobs = '${GALAXY_SLOTS:-4}'
|
|
18 #if str($pnjobs):
|
|
19 --p-n-jobs="$pnjobs"
|
|
20 #end if
|
|
21
|
2
|
22
|
|
23 #if $input_files_mmetadatafile:
|
0
|
24 #def list_dict_to_string(list_dict):
|
|
25 #set $file_list = list_dict[0]['additional_input'].__getattr__('file_name')
|
|
26 #for d in list_dict[1:]:
|
6
|
27 #set $file_list = $file_list + ' --m-metadata-file=' + d['additional_input'].__getattr__('file_name')
|
0
|
28 #end for
|
|
29 #return $file_list
|
|
30 #end def
|
2
|
31 --m-metadata-file=$list_dict_to_string($input_files_mmetadatafile)
|
|
32 #end if
|
0
|
33
|
|
34
|
|
35
|
|
36 --o-rarefied-table=orarefiedtable
|
|
37 --o-faith-pd-vector=ofaithpdvector
|
|
38 --o-observed-otus-vector=oobservedotusvector
|
|
39 --o-shannon-vector=oshannonvector
|
|
40 --o-evenness-vector=oevennessvector
|
|
41 --o-unweighted-unifrac-distance-matrix=ounweightedunifracdistancematrix
|
|
42 --o-weighted-unifrac-distance-matrix=oweightedunifracdistancematrix
|
|
43 --o-jaccard-distance-matrix=ojaccarddistancematrix
|
|
44 --o-bray-curtis-distance-matrix=obraycurtisdistancematrix
|
|
45 --o-unweighted-unifrac-pcoa-results=ounweightedunifracpcoaresults
|
|
46 --o-weighted-unifrac-pcoa-results=oweightedunifracpcoaresults
|
|
47 --o-jaccard-pcoa-results=ojaccardpcoaresults
|
|
48 --o-bray-curtis-pcoa-results=obraycurtispcoaresults
|
|
49 --o-unweighted-unifrac-emperor=ounweightedunifracemperor
|
|
50 --o-weighted-unifrac-emperor=oweightedunifracemperor
|
|
51 --o-jaccard-emperor=ojaccardemperor
|
|
52 --o-bray-curtis-emperor=obraycurtisemperor
|
|
53 ;
|
|
54 cp orarefiedtable.qza $orarefiedtable;
|
|
55 cp ofaithpdvector.qza $ofaithpdvector;
|
|
56 cp oobservedotusvector.qza $oobservedotusvector;
|
|
57 cp oshannonvector.qza $oshannonvector;
|
|
58 cp oevennessvector.qza $oevennessvector;
|
|
59 cp ounweightedunifracdistancematrix.qza $ounweightedunifracdistancematrix;
|
|
60 cp oweightedunifracdistancematrix.qza $oweightedunifracdistancematrix;
|
|
61 cp ojaccarddistancematrix.qza $ojaccarddistancematrix;
|
|
62 cp obraycurtisdistancematrix.qza $obraycurtisdistancematrix;
|
|
63 cp ounweightedunifracpcoaresults.qza $ounweightedunifracpcoaresults;
|
|
64 cp oweightedunifracpcoaresults.qza $oweightedunifracpcoaresults;
|
|
65 cp ojaccardpcoaresults.qza $ojaccardpcoaresults;
|
|
66 cp obraycurtispcoaresults.qza $obraycurtispcoaresults;
|
|
67 qiime tools export --input-path ounweightedunifracemperor.qzv --output-path out && mkdir -p '$ounweightedunifracemperor.files_path'
|
|
68 && cp -r out/* '$ounweightedunifracemperor.files_path'
|
|
69 && mv '$ounweightedunifracemperor.files_path/index.html' '$ounweightedunifracemperor';
|
|
70 qiime tools export --input-path oweightedunifracemperor.qzv --output-path out && mkdir -p '$oweightedunifracemperor.files_path'
|
|
71 && cp -r out/* '$oweightedunifracemperor.files_path'
|
|
72 && mv '$oweightedunifracemperor.files_path/index.html' '$oweightedunifracemperor';
|
|
73 qiime tools export --input-path ojaccardemperor.qzv --output-path out && mkdir -p '$ojaccardemperor.files_path'
|
|
74 && cp -r out/* '$ojaccardemperor.files_path'
|
|
75 && mv '$ojaccardemperor.files_path/index.html' '$ojaccardemperor';
|
|
76 qiime tools export --input-path obraycurtisemperor.qzv --output-path out && mkdir -p '$obraycurtisemperor.files_path'
|
|
77 && cp -r out/* '$obraycurtisemperor.files_path'
|
|
78 && mv '$obraycurtisemperor.files_path/index.html' '$obraycurtisemperor';
|
|
79 ]]></command>
|
|
80 <inputs>
|
|
81 <param format="qza,no_unzip.zip" label="--i-table: ARTIFACT FeatureTable[Frequency] The feature table containing the samples over which diversity metrics should be computed. [required]" name="itable" optional="False" type="data"/>
|
|
82 <param format="qza,no_unzip.zip" label="--i-phylogeny: ARTIFACT Phylogenetic tree containing tip identifiers that Phylogeny[Rooted] correspond to the feature identifiers in the table. This tree can contain tip ids that are not present in the table, but all feature ids in the table must be present in this tree. [required]" name="iphylogeny" optional="False" type="data"/>
|
|
83 <param label="--p-sampling-depth: INTEGER Range(1, None) The total frequency that each sample should be rarefied to prior to computing diversity metrics. [required]" name="psamplingdepth" optional="False" min="1" value="" type="integer"/>
|
|
84
|
4
|
85 <repeat name="input_files_mmetadatafile" optional="False" title="--m-metadata-file [required]">
|
|
86 <param label="--m-metadata-file: (multiple arguments will be merged) The sample metadata to use in the emperor plots. [required]" name="additional_input" optional="False" type="data" format="tabular,qza,no_unzip.zip" />
|
0
|
87 </repeat>
|
|
88
|
|
89 </inputs>
|
|
90 <outputs>
|
|
91 <data format="qza" label="${tool.name} on ${on_string}: rarefiedtable.qza" name="orarefiedtable"/>
|
|
92 <data format="qza" label="${tool.name} on ${on_string}: faithpdvector.qza" name="ofaithpdvector"/>
|
|
93 <data format="qza" label="${tool.name} on ${on_string}: observedotusvector.qza" name="oobservedotusvector"/>
|
|
94 <data format="qza" label="${tool.name} on ${on_string}: shannonvector.qza" name="oshannonvector"/>
|
|
95 <data format="qza" label="${tool.name} on ${on_string}: evennessvector.qza" name="oevennessvector"/>
|
|
96 <data format="qza" label="${tool.name} on ${on_string}: unweightedunifracdistancematrix.qza" name="ounweightedunifracdistancematrix"/>
|
|
97 <data format="qza" label="${tool.name} on ${on_string}: weightedunifracdistancematrix.qza" name="oweightedunifracdistancematrix"/>
|
|
98 <data format="qza" label="${tool.name} on ${on_string}: jaccarddistancematrix.qza" name="ojaccarddistancematrix"/>
|
|
99 <data format="qza" label="${tool.name} on ${on_string}: braycurtisdistancematrix.qza" name="obraycurtisdistancematrix"/>
|
|
100 <data format="qza" label="${tool.name} on ${on_string}: unweightedunifracpcoaresults.qza" name="ounweightedunifracpcoaresults"/>
|
|
101 <data format="qza" label="${tool.name} on ${on_string}: weightedunifracpcoaresults.qza" name="oweightedunifracpcoaresults"/>
|
|
102 <data format="qza" label="${tool.name} on ${on_string}: jaccardpcoaresults.qza" name="ojaccardpcoaresults"/>
|
|
103 <data format="qza" label="${tool.name} on ${on_string}: braycurtispcoaresults.qza" name="obraycurtispcoaresults"/>
|
|
104 <data format="html" label="${tool.name} on ${on_string}: unweightedunifracemperor.qzv" name="ounweightedunifracemperor"/>
|
|
105 <data format="html" label="${tool.name} on ${on_string}: weightedunifracemperor.qzv" name="oweightedunifracemperor"/>
|
|
106 <data format="html" label="${tool.name} on ${on_string}: jaccardemperor.qzv" name="ojaccardemperor"/>
|
|
107 <data format="html" label="${tool.name} on ${on_string}: braycurtisemperor.qzv" name="obraycurtisemperor"/>
|
|
108 </outputs>
|
|
109 <help><![CDATA[
|
|
110 Core diversity metrics (phylogenetic and non-phylogenetic)
|
|
111 ##########################################################
|
|
112
|
|
113 Applies a collection of diversity metrics (both phylogenetic and non-
|
|
114 phylogenetic) to a feature table.
|
|
115
|
|
116 Parameters
|
|
117 ----------
|
|
118 table : FeatureTable[Frequency]
|
|
119 The feature table containing the samples over which diversity metrics
|
|
120 should be computed.
|
|
121 phylogeny : Phylogeny[Rooted]
|
|
122 Phylogenetic tree containing tip identifiers that correspond to the
|
|
123 feature identifiers in the table. This tree can contain tip ids that
|
|
124 are not present in the table, but all feature ids in the table must be
|
|
125 present in this tree.
|
|
126 sampling_depth : Int % Range(1, None)
|
|
127 The total frequency that each sample should be rarefied to prior to
|
|
128 computing diversity metrics.
|
|
129 metadata : Metadata
|
|
130 The sample metadata to use in the emperor plots.
|
|
131
|
|
132 Returns
|
|
133 -------
|
|
134 rarefied_table : FeatureTable[Frequency]
|
|
135 The resulting rarefied feature table.
|
|
136 faith_pd_vector : SampleData[AlphaDiversity]
|
|
137 Vector of Faith PD values by sample.
|
|
138 observed_otus_vector : SampleData[AlphaDiversity]
|
|
139 Vector of Observed OTUs values by sample.
|
|
140 shannon_vector : SampleData[AlphaDiversity]
|
|
141 Vector of Shannon diversity values by sample.
|
|
142 evenness_vector : SampleData[AlphaDiversity]
|
|
143 Vector of Pielou's evenness values by sample.
|
|
144 unweighted_unifrac_distance_matrix : DistanceMatrix
|
|
145 Matrix of unweighted UniFrac distances between pairs of samples.
|
|
146 weighted_unifrac_distance_matrix : DistanceMatrix
|
|
147 Matrix of weighted UniFrac distances between pairs of samples.
|
|
148 jaccard_distance_matrix : DistanceMatrix
|
|
149 Matrix of Jaccard distances between pairs of samples.
|
|
150 bray_curtis_distance_matrix : DistanceMatrix
|
|
151 Matrix of Bray-Curtis distances between pairs of samples.
|
|
152 unweighted_unifrac_pcoa_results : PCoAResults
|
|
153 PCoA matrix computed from unweighted UniFrac distances between samples.
|
|
154 weighted_unifrac_pcoa_results : PCoAResults
|
|
155 PCoA matrix computed from weighted UniFrac distances between samples.
|
|
156 jaccard_pcoa_results : PCoAResults
|
|
157 PCoA matrix computed from Jaccard distances between samples.
|
|
158 bray_curtis_pcoa_results : PCoAResults
|
|
159 PCoA matrix computed from Bray-Curtis distances between samples.
|
|
160 unweighted_unifrac_emperor : Visualization
|
|
161 Emperor plot of the PCoA matrix computed from unweighted UniFrac.
|
|
162 weighted_unifrac_emperor : Visualization
|
|
163 Emperor plot of the PCoA matrix computed from weighted UniFrac.
|
|
164 jaccard_emperor : Visualization
|
|
165 Emperor plot of the PCoA matrix computed from Jaccard.
|
|
166 bray_curtis_emperor : Visualization
|
|
167 Emperor plot of the PCoA matrix computed from Bray-Curtis.
|
|
168 ]]></help>
|
|
169 <macros>
|
|
170 <import>qiime_citation.xml</import>
|
|
171 </macros>
|
|
172 <expand macro="qiime_citation"/>
|
|
173 </tool>
|