Mercurial > repos > iuc > concoct_cut_up_fasta
changeset 5:4d8bc5dd9e95 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/concoct commit 86e1afebec29c10ef1e31196b23c24fde2d086da
author | iuc |
---|---|
date | Sun, 12 Nov 2023 14:31:37 +0000 |
parents | f80e693468d8 |
children | |
files | cut_up_fasta.xml macros.xml |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cut_up_fasta.xml Sat Aug 26 02:42:32 2023 +0000 +++ b/cut_up_fasta.xml Sun Nov 12 14:31:37 2023 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="biotools"/> <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ ## CONCOCT doesn't handle gzipped files.
--- a/macros.xml Sat Aug 26 02:42:32 2023 +0000 +++ b/macros.xml Sun Nov 12 14:31:37 2023 +0000 @@ -2,6 +2,11 @@ <token name="@TOOL_VERSION@">1.1.0</token> <token name="@VERSION_SUFFIX@">2</token> <token name="@PROFILE@">21.01</token> + <xml name="biotools"> + <xrefs> + <xref type="bio.tools">concoct</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">concoct</requirement>