Mercurial > repos > dannon > metaphlan
diff metaphlan.xml @ 4:80b22b31633f
Updated for MetaPhlAn v1.7 and tool_dependencies added for auto install
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Thu, 11 Oct 2012 12:01:20 -0500 |
parents | e88fa24fa837 |
children | 73f082e9fa2d |
line wrap: on
line diff
--- a/metaphlan.xml Wed Jun 06 10:41:23 2012 -0400 +++ b/metaphlan.xml Thu Oct 11 12:01:20 2012 -0500 @@ -1,28 +1,32 @@ -<tool id="metaphlan" name="MetaPhlAn" version="1.6.0"> -<requirements> -<requirement type="package">metaphlan</requirement> -<requirement type="package">bowtie2</requirement> -</requirements> +<tool id="metaphlan" name="MetaPhlAn" version="1.7.0"> + <requirements> + <requirement type="package" version="1.7.0">metaphlan</requirement> + <requirement type="package">bowtie2</requirement> + </requirements> <description>Metagenomic Phylogenetic Analysis</description> <command> - metaphlan.py + python \${METAPHLAN_PATH}/metaphlan.py $input - --bowtie2db ${GALAXY_DATA_INDEX_DIR}/shared/metaphlan/bowtie2db/mpa + --bowtie2db \${METAPHLAN_PATH}/bowtie2db/mpa --no_map -o $output --bt2_ps $PresetsForBowtie2 </command> <inputs> - <param format="fasta" name="input" type="data" label="Input metagenome (multi-fasta of metagenomic reads, loaded with the Get Data module, see below for an example)"></param> + <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> <param name="PresetsForBowtie2" type="select" format="text"> <label>Sensitivity options for read-marker similarity (as described by BowTie2)</label> + <help>sensitive-local is recommended for avoiding overly-sensitive hits when using non-preprocessed fastq files</help> <option value="very-sensitive-local">Very Sensitive Local</option> <option value="sensitive-local">Sensitive Local</option> <option value="very-sensitive">Very Sensitive</option> <option value="sensitive">Sensitive</option> </param> </inputs> +<stdio> + <exit_code range="1:" level="fatal" description="MetaPhlAn error" /> +</stdio> <outputs> <data format="tabular" name="output" /> </outputs>