Mercurial > repos > bebatut > humann2
view humann2_join_tables.xml @ 9:7d2be77d5b83 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/humann2/ commit 11b919f18ba85a40ff0ff4df82aac9be6da188c5-dirty
author | bebatut |
---|---|
date | Thu, 31 Mar 2016 03:35:17 -0400 |
parents | 0d3d44f13122 |
children | e504cd2410a6 |
line wrap: on
line source
<tool id="humann2_join_tables" name="Join HUMAnN2 table" version="0.5.0"> <description></description> <macros> <import>humann2_macros.xml</import> </macros> <expand macro="requirements"/> <expand macro="stdio"/> <version_command> <![CDATA[ humann2_join_tables --version ]]> </version_command> <command><![CDATA[ `mkdir tmp_dir` && #for $file in $input_files `cp $file tmp_dir` #end for && humann2_join_tables -i "tmp_dir" -o $joined_table ]]></command> <inputs> <param name="input_files" type="data" format="tsv,biom" multiple="true" label="Gene/pathway tables" help=""/> </inputs> <outputs> <data format="tsv,biom" name="joined_table" label="Joined table for ${on_string} (HUMAnN2)" /> </outputs> <tests> <test> <param name="input_files" value="humann2_sam_pathcoverage.tsv,humann2_fasta_pathcoverage.tsv"/> <output name="joined_table" file="humann2_sam_fasta_joined_pathcoverage.tsv"/> </test> </tests> <help><![CDATA[ **What it does** Join HUMAnN2 tables is a tool to join gene, pathway, or taxonomy tables of multiple samples in a single table. HUMAnN is a pipeline for efficiently and accuretly profiling the presence/absence and abundance of microbial pathways in a community from metagenomic or metatranscriptomic sequencing data. `Read more about the tool <http://huttenhower.sph.harvard.edu/humann2/manual>`_. ]]></help> <citations> </citations> </tool>