Mercurial > repos > iuc > qiime_collapse_samples
annotate collapse_samples.xml @ 0:242462fc608b draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
author | iuc |
---|---|
date | Mon, 10 Jul 2017 16:38:55 -0400 |
parents | |
children |
rev | line source |
---|---|
0
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
1 <tool id="qiime_collapse_samples" name="Collapse samples" version="@WRAPPER_VERSION@.0"> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
2 <description>Collapse samples in a BIOM table and mapping file</description> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
3 <macros> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
5 </macros> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
7 <version_command>collapse_samples.py --version</version_command> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
8 <command detect_errors="aggressive"><![CDATA[ |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
9 collapse_samples.py |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
10 --input_biom_fp '$input_biom_fp' |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
11 --mapping_fp '$mapping_fp' |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
12 --collapse_mode '$collapse_mode' |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
13 $normalize |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
14 #set allCollapseFields = '' |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
15 #for $repeat in ( $collapse_fields_repeat ) |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
16 #if $allCollapseFields == '' |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
17 #set allCollapseFields += str($repeat.collapse_fields) |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
18 #else: |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
19 #set allCollapseFields += ',' + str($repeat.collapse_fields) |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
20 #end if |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
21 #end for |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
22 --collapse_fields $allCollapseFields |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
23 --output_biom_fp '$output_biom_fp' |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
24 --output_mapping_fp '$output_mapping_fp' |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
25 ]]></command> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
26 <inputs> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
27 <param argument="--input_biom_fp" type="data" format="biom1" label="Input biom table" help="The biom table containing the samples to be collapsed" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
28 <param argument="--mapping_fp" type="data" format="tabular" label="Input mapping file" help="The sample metadata mapping file" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
29 <param argument="--collapse_mode" type="select" label="Collapse mode to use" help="The mechanism for collapsing counts within groups"> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
30 <option value="sum" selected="true">sum</option> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
31 <option value="mean">mean</option> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
32 <option value="random">random</option> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
33 <option value="median">median</option> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
34 <option value="first">first</option> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
35 </param> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
36 <param argument="--normalize" type="boolean" label="Do you want to normalize observation counts to relative abundances ?" truevalue="--normalize" falsevalue="" checked="False" help="When this option is used the counts within each sample sum to 1.0" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
37 <repeat name="collapse_fields_repeat" title="New field to collapse data on" help="You must specify at least one field to collapse data on" min="1" > |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
38 <param argument="--collapse_fields" type="text" label="Name of the field" value="" help="Enter the name of one of the column of your mapping file" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
39 </repeat> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
40 </inputs> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
41 <outputs> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
42 <data name="output_biom_fp" format="biom1" label="${tool.name} on ${on_string}: Collapsed biom table"/> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
43 <data name="output_mapping_fp" format="tabular" label="${tool.name} on ${on_string}: Collapsed mapping file"/> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
44 </outputs> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
45 <tests> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
46 <!-- Qiime collapse_samples.py generates a binary file (Collapsed biom file) that can't be directly compared to the sample biom file using diff --> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
47 <!-- The following tests on output biom files are then based on a comparison of file sizes with a maximum delta of 0 bytes instead of the classic diff-based comparison --> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
48 <test> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
49 <param name="input_biom_fp" value="collapse_samples/table.biom" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
50 <param name="mapping_fp" value="collapse_samples/map.txt" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
51 <param name="collapse_mode" value="sum" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
52 <repeat name="collapse_fields_repeat"> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
53 <param name="collapse_fields" value="SampleType" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
54 </repeat> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
55 <output name="output_biom_fp" file="collapse_samples/collapsed_sum_SampleType_table.biom" compare="sim_size"/> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
56 <output name="output_mapping_fp" file="collapse_samples/collapsed_sum_SampleType_map.txt" ftype="tabular" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
57 </test> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
58 <test> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
59 <param name="input_biom_fp" value="collapse_samples/table.biom" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
60 <param name="mapping_fp" value="collapse_samples/map.txt" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
61 <param name="collapse_mode" value="first" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
62 <param name="normalize" value="True" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
63 <repeat name="collapse_fields_repeat"> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
64 <param name="collapse_fields" value="subject" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
65 </repeat> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
66 <repeat name="collapse_fields_repeat"> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
67 <param name="collapse_fields" value="year" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
68 </repeat> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
69 <output name="output_biom_fp" file="collapse_samples/collapsed_first_2fields_table.biom" compare="sim_size"/> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
70 <output name="output_mapping_fp" file="collapse_samples/collapsed_first_2fields_map.txt" ftype="tabular" /> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
71 </test> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
72 </tests> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
73 <help><![CDATA[ |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
74 **What it does** |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
75 |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
76 The script `collapse_samples.py <http://qiime.org/scripts/collapse_samples.html>`_ collapse samples in a BIOM table and mapping file. |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
77 |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
78 The values in the BIOM table are collapsed in one of several different ways (see possible values of the --collapse_mode parameter). |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
79 |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
80 The values in the mapping file are collapsed by grouping the values if they differ for the grouped samples, and by providing the single value if they don’t differ for the grouped samples. |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
81 |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
82 The output of `collapse_samples.py <http://qiime.org/scripts/collapse_samples.html>`_ are a collapsed `biom file <http://biom-format.org/>`_ and a collapsed mapping file. |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
83 |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
84 More information about this tool is available on |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
85 `QIIME documentation <http://qiime.org/scripts/collapse_samples.html>`_. |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
86 ]]></help> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
87 <citations> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
88 <expand macro="citations"/> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
89 </citations> |
242462fc608b
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qiime/ commit d41cdeeec9fd0eb5612df0d5af63a979d1c9ec87
iuc
parents:
diff
changeset
|
90 </tool> |