Mercurial > repos > iuc > metaphlan
comparison metaphlan.xml @ 9:f0ca613c512a draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/metaphlan/ commit 8ab597f47a3a12919b55055380b6e725879cc5c0
| author | iuc |
|---|---|
| date | Sun, 08 Sep 2024 06:57:40 +0000 |
| parents | 1416b7c401a3 |
| children | 392430381492 |
comparison
equal
deleted
inserted
replaced
| 8:1416b7c401a3 | 9:f0ca613c512a |
|---|---|
| 1 <tool id="metaphlan" name="MetaPhlAn" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> | 1 <tool id="metaphlan" name="MetaPhlAn" version="@TOOL_VERSION@+galaxy2" profile="@PROFILE@"> |
| 2 <description>to profile the composition of microbial communities</description> | 2 <description>to profile the composition of microbial communities</description> |
| 3 <macros> | 3 <macros> |
| 4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 5 <xml name="tax_lev"> | 5 <xml name="tax_lev"> |
| 6 <conditional name="tax_lev"> | 6 <conditional name="tax_lev"> |
| 24 <when value="f"/> | 24 <when value="f"/> |
| 25 <when value="g"/> | 25 <when value="g"/> |
| 26 <when value="s"/> | 26 <when value="s"/> |
| 27 </conditional> | 27 </conditional> |
| 28 </xml> | 28 </xml> |
| 29 <token name="@FILE_FORMATS@">fastq,fastq.gz,fastq.bz2,fasta,fasta.gz,fasta.bz2</token> | 29 <token name="@FILE_FORMATS@">fastq,fastq.gz,fastq.bz2,fasta,fasta.gz</token> |
| 30 </macros> | 30 </macros> |
| 31 <expand macro="edam_ontology"/> | 31 <expand macro="edam_ontology"/> |
| 32 <expand macro="requirements"/> | 32 <expand macro="requirements"/> |
| 33 <version_command>metaphlan -v</version_command> | 33 <version_command>metaphlan -v</version_command> |
| 34 <command detect_errors="aggressive"><