annotate merge_metaphlan_tables.xml @ 0:7a090a1bd6b5 draft default tip

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
author thanhlv
date Mon, 13 Feb 2023 11:37:33 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
1 <tool id="merge_metaphlan_tables" name="Merge" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@">
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
2 <description>MetaPhlAn4 abundance tables</description>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
3 <macros>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
4 <import>macros.xml</import>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
5 </macros>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
6 <expand macro="edam_ontology"/>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
7 <expand macro="requirements"/>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
8 <version_command>metaphlan -v</version_command>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
9 <command detect_errors="aggressive"><![CDATA[
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
10 merge_metaphlan_tables.py
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
11 #for $element in $inputs
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
12 '$element'
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
13 #end for
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
14 > '$output'
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
15 ]]>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
16 </command>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
17 <inputs>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
18 <param name="inputs" type="data" format="tabular,txt" multiple="true" label="Predicted taxon relative abundance tables generaed by MetaPhlAn"/>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
19 </inputs>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
20 <outputs>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
21 <data name="output" format="tabular" label="${tool.name} on ${on_string}: Merged taxon relative abundance tables"/>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
22 </outputs>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
23 <tests>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
24 <test expect_num_outputs="1">
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
25 <param name="inputs" value="SRS014464-Anterior_nares-abundances.tabular,SRS014464-Anterior_nares-abundances.tabular"/>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
26 <output name="output" ftype="tabular">
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
27 <assert_contents>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
28 <has_text text="k__Bacteria|p__Actinobacteria|c__Actinobacteria|o__Corynebacteriales|f__Corynebacteriaceae|g__Corynebacterium|s__Corynebacterium_accolens"/>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
29 <has_text text="dataset_"/>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
30 <has_text text="clade_name"/>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
31 <has_line_matching expression="#.*"/>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
32 </assert_contents>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
33 </output>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
34 </test>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
35 </tests>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
36 <help><![CDATA[
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
37 What it does
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
38 ============
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
39
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
40 MetaPhlAn is a computational tool for profiling the composition of microbial communities (Bacteria,
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
41 Archaea and Eukaryotes) from metagenomic shotgun sequencing data (i.e. not 16S) at the species-level.
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
42
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
43 This tool performs a table join on one or more tab-separated files with the predicted taxon relative abundances
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
44 that have been generated by MetaPhlAn.
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
45 ]]></help>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
46 <expand macro="citations"/>
7a090a1bd6b5 planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/metaphlan/
thanhlv
parents:
diff changeset
47 </tool>