comparison metaphlan.xml @ 5:73f082e9fa2d

Set of improvements and fixes from Nicola Soranzo changeset: 9:c3dae016a3eb files: metaphlan.xml description: Update citation changeset: 8:f58b66b4e5fc files: metaphlan.xml description: Add select lists for -t and --tax_lev options Also some small fixes changeset: 7:94a2b29778b7 files: metaphlan_to_phyloxml.xml description: Clarify that only result of rel_ab analysis is accepted as input changeset: 6:b0eba028dee8 files: metaphlan.xml metaphlan_to_phyloxml.xml description: Fix whitespaces changeset: 5:4340075c8a93 files: tool_dependencies.xml description: Correct metaphlan clone URL to avoid a redirect changed metaphlan.xml changed metaphlan_to_phyloxml.xml changed tool_dependencies.xml
author nsegata
date Sun, 23 Dec 2012 18:46:23 +0100
parents 80b22b31633f
children
comparison
equal deleted inserted replaced
4:80b22b31633f 5:73f082e9fa2d
3 <requirement type="package" version="1.7.0">metaphlan</requirement> 3 <requirement type="package" version="1.7.0">metaphlan</requirement>
4 <requirement type="package">bowtie2</requirement> 4 <requirement type="package">bowtie2</requirement>
5 </requirements> 5 </requirements>
6 <description>Metagenomic Phylogenetic Analysis</description> 6 <description>Metagenomic Phylogenetic Analysis</description>
7 <command> 7 <command>
8 python \${METAPHLAN_PATH}/metaphlan.py 8 python \${METAPHLAN_PATH}/metaphlan.py
9 $input 9 $input
10 --bowtie2db \${METAPHLAN_PATH}/bowtie2db/mpa 10 -t $analysis_type.analysis_type_select
11 --no_map 11 #if $analysis_type.analysis_type_select == "rel_ab"
12 -o $output 12 --tax_lev $analysis_type.taxonomic_level
13 --bt2_ps $PresetsForBowtie2 13 #end if
14 --bowtie2db \${METAPHLAN_PATH}/bowtie2db/mpa
15 --no_map
16 --bt2_ps $PresetsForBowtie2
17 -o $output
14 </command> 18 </command>
15
16 <inputs> 19 <inputs>
17 <param format="fasta,fastq" name="input" type="data" label="Input metagenome (multi-fasta of metagenomic reads, loaded with the Get Data module, see below for an example)"></param> 20 <param name="input" type="data" format="fasta,fastq" label="Input metagenome (multi-fasta of metagenomic reads, loaded with the Get Data module, see below for an example)"></param>
18 <param name="PresetsForBowtie2" type="select" format="text"> 21 <conditional name="analysis_type">
19 <label>Sensitivity options for read-marker similarity (as described by BowTie2)</label> 22 <param name="analysis_type_select" type="select" label="Type of analysis to perform">
20 <help>sensitive-local is recommended for avoiding overly-sensitive hits when using non-preprocessed fastq files</help> 23 <option value="rel_ab" selected="true">profiling a metagenomes in terms of relative abundances</option>
21 <option value="very-sensitive-local">Very Sensitive Local</option> 24 <option value="reads_map">mapping from reads to clades (only reads hitting a marker)</option>
22 <option value="sensitive-local">Sensitive Local</option> 25 <option value="clade_profiles">normalized marker counts for clades with at least a non-null marker</option>
23 <option value="very-sensitive">Very Sensitive</option> 26 </param>
24 <option value="sensitive">Sensitive</option> 27 <when value="rel_ab">
25 </param> 28 <param name="taxonomic_level" type="select" label="Taxonomic level">
26 </inputs> 29 <option value="a" selected="true">all taxonomic levels</option>
27 <stdio> 30 <option value="k">kingdoms (Bacteria and Archaea) only</option>
28 <exit_code range="1:" level="fatal" description="MetaPhlAn error" /> 31 <option value="p">phyla only</option>
29 </stdio> 32 <option value="c">classes only</option>
30 <outputs> 33 <option value="o">orders only</option>
31 <data format="tabular" name="output" /> 34 <option value="f">families only</option>
32 </outputs> 35 <option value="g">genera only</option>
33 36 <option value="s">species only</option>
34 <tests> 37 </param>
35 </tests> 38 </when>
36 39 </conditional>
37 <help> 40 <param name="PresetsForBowtie2" type="select" label="Sensitivity options for read-marker similarity (as described by BowTie2)" help="Sensitive Local is recommended for avoiding overly-sensitive hits when using non-preprocessed fastq files">
38 41 <option value="very-sensitive-local" selected="true">Very Sensitive Local</option>
42 <option value="sensitive-local">Sensitive Local</option>
43 <option value="very-sensitive">Very Sensitive</option>
44 <option value="sensitive">Sensitive</option>
45 </param>
46 </inputs>
47 <stdio>
48 <exit_code range="1:" level="fatal" description="MetaPhlAn error" />
49 </stdio>
50 <outputs>
51 <data name="output" format="tabular" label="${tool.name} on ${on_string} (${analysis_type.analysis_type_select} analysis)"/>
52 </outputs>
53 <tests>
54 </tests>
55 <help>
39 .. class:: infomark 56 .. class:: infomark
40 57
41 **Input example:** You can try out MetaPhlAn using the synthetic dataset (250,000 reads) available at: http://huttenhower.sph.harvard.edu/sites/default/files/LC1.fna . There is no need to download the file, you can just copy-and-paste the dataset address in the "Upload File" module inside the "Load Data" link here in the left panel. 58 **Input example:** You can try out MetaPhlAn using the synthetic dataset (250,000 reads) available at: http://huttenhower.sph.harvard.edu/sites/default/files/LC1.fna . There is no need to download the file, you can just copy-and-paste the dataset address in the "Upload File" module inside the "Get Data" link here in the left panel.
42 59
43 .. class:: infomark 60 .. class:: infomark
44 61
45 **Computational time:** Unless the server is overloaded, you should expect the tool to process ~10,000 reads per second. The synthetic metagenome linked above (250,000 reads) should take no more than 30 seconds to complete. 62 **Computational time:** Unless the server is overloaded, you should expect the tool to process ~10,000 reads per second. The synthetic metagenome linked above (250,000 reads) should take no more than 30 seconds to complete.
46 63
52 69
53 **What it does** 70 **What it does**
54 71
55 MetaPhlAn (Metagenomic Phylogenetic Analysis) is a computational tool for profiling the composition of microbial communities from metagenomic shotgun sequencing data. MetaPhlAn relies on unique clade-specific marker genes identified from reference genomes, allowing orders of magnitude speedups and unambiguous taxonomic assignments. 72 MetaPhlAn (Metagenomic Phylogenetic Analysis) is a computational tool for profiling the composition of microbial communities from metagenomic shotgun sequencing data. MetaPhlAn relies on unique clade-specific marker genes identified from reference genomes, allowing orders of magnitude speedups and unambiguous taxonomic assignments.
56 73
57 Although MetaPhlAn can use both BlastN and BowTie2 in the read-to-marker mapping step, this Galaxy module uses only BowTie2 for computational reasons. 74 Although MetaPhlAn can use both BlastN and BowTie2 in the read-to-marker mapping step, this Galaxy module uses only BowTie2 for computational reasons.
58 75
59 For additional information about MetaPhlAn and the MetaPhlAn command line package, please refer to http://huttenhower.sph.harvard.edu/metaphlan or to the paper reported below. Please notice that most of the additional parameters that can be tuned with the command line version are set here to the default values. 76 For additional information about MetaPhlAn and the MetaPhlAn command line package, please refer to http://huttenhower.sph.harvard.edu/metaphlan or to the paper reported below. Please notice that most of the additional parameters that can be tuned with the command line version are set here to the default values.
60 77
61 --------- 78 ---------
62 79
63 **Inputs** 80 **Inputs**
64 81
65 The input file must be a multi-fasta file containing metagenomic reads loaded with the "Get Data" module in the left panel. Reads can be as short as ~40 nt although lengths higher than 70 nt are recommended. 82 The input file must be a multi-fasta file containing metagenomic reads loaded with the "Get Data" module in the left panel. Reads can be as short as ~40 nt although lengths higher than 70 nt are recommended.
66 83
67 A synthetic metagenome you can use as sample input is available at http://huttenhower.sph.harvard.edu/sites/default/files/LC1.fna 84 A synthetic metagenome you can use as sample input is available at http://huttenhower.sph.harvard.edu/sites/default/files/LC1.fna
68 85
69 **Outputs** 86 **Outputs**
70 87
71 The output is a two column tab-separated plain file reporting the predicted microbial clades present in the metagenomic samples and the corresponding relative abundances. 88 The output is a two column tab-separated plain file reporting the predicted microbial clades present in the metagenomic samples and the corresponding relative abundances.
72 89
73 All taxonomic levels from domain to species will be reported and higher taxonomic levelis contain the sum of the abundances of its taxonomic leaf nodes (usually species) and, possibly, some lower level "unclassified" clades. 90 All taxonomic levels from domain to species will be reported and higher taxonomic levelis contain the sum of the abundances of its taxonomic leaf nodes (usually species) and, possibly, some lower level "unclassified" clades.
74 91
75 ----- 92 -----
76 93
77 **Citation and contacts** 94 **Citation and contacts**
78 95
79 If you find MetaPhlAn useful in your research, please cite our paper: 96 If you find MetaPhlAn useful in your research, please cite our paper:
80 97
81 | `Nicola Segata`_, Levi Waldron, Annalisa Ballarini, Vagheesh Narasimhan, Olivier Jousson, `Curtis Huttenhower`_. 98 | `Nicola Segata`_, Levi Waldron, Annalisa Ballarini, Vagheesh Narasimhan, Olivier Jousson, `Curtis Huttenhower`_.
82 | **"Fast and accurate metagenomic profiling of microbial community composition using unique clade-specific marker genes"** 99 | "`Metagenomic microbial community profiling using unique clade-specific marker genes`_"
83 | Nature Methods, 2012 (in press) 100 | Nature Methods 9(8), 811-814 (2012)
84 101
85 .. _Nicola Segata: nsegata@hsph.harvard.edu 102 .. _Nicola Segata: nsegata@hsph.harvard.edu
86 .. _Curtis Huttenhower: chuttenh@hsph.harvard.edu 103 .. _Curtis Huttenhower: chuttenh@hsph.harvard.edu
104 .. _Metagenomic microbial community profiling using unique clade-specific marker genes: http://www.nature.com/nmeth/journal/v9/n8/full/nmeth.2066.html
87 105
88 If you have any questions or comments, feel free to `contact us`_. Additional information are available at http://huttenhower.sph.harvard.edu/metaphlan and in the FAQ at the same page. You can also join and use our user group at https://groups.google.com/d/forum/metaphlan-users 106 If you have any questions or comments, feel free to `contact us`_. Additional information are available at http://huttenhower.sph.harvard.edu/metaphlan and in the FAQ at the same page. You can also join and use our user group at https://groups.google.com/d/forum/metaphlan-users
89 107
90 .. _contact us: nsegata@hsph.harvard.edu 108 .. _contact us: nsegata@hsph.harvard.edu
91 109 </help>
92
93 </help>
94 </tool> 110 </tool>
95