Mercurial > repos > iuc > kraken_biom
comparison kraken_biom.xml @ 3:a6f820992693 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kraken-biom commit 112af255e3baac15848bf8c6b0769d8754178721
author | iuc |
---|---|
date | Tue, 11 Feb 2025 10:10:25 +0000 |
parents | 65eb9962d272 |
children |
comparison
equal
deleted
inserted
replaced
2:b582a159bb10 | 3:a6f820992693 |
---|---|
1 <tool id="kraken_biom" name="Kraken-biom" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> | 1 <tool id="kraken_biom" name="Kraken-biom" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@"> |
2 <description>Create BIOM-format tables from kraken output</description> | 2 <description>Create BIOM-format tables from kraken output</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="xrefs"/> | |
6 <expand macro="requirements"/> | 7 <expand macro="requirements"/> |
7 <version_command>kraken-biom --version</version_command> | 8 <version_command>kraken-biom --version</version_command> |
8 <command detect_errors="exit_code"><![CDATA[ | 9 <command detect_errors="exit_code"><![CDATA[ |
9 #for $i, $s in enumerate($kraken_reports) | 10 #for $i, $s in enumerate($kraken_reports) |
10 #if $s | 11 #if $s |