Mercurial > repos > bgruening > hifiasm
comparison hifiasm.xml @ 13:ec9e21e9c71b draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hifiasm commit 273b1b89538de1c2567a00e4efb80ae5375b8336
author | bgruening |
---|---|
date | Thu, 30 Mar 2023 20:34:57 +0000 |
parents | da9d8bf98802 |
children | 71740308d412 |
comparison
equal
deleted
inserted
replaced
12:da9d8bf98802 | 13:ec9e21e9c71b |
---|---|
1 <tool id="hifiasm" name="Hifiasm" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> | 1 <tool id="hifiasm" name="Hifiasm" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> |
2 <description>haplotype-resolved de novo assembler for PacBio Hifi reads</description> | 2 <description>haplotype-resolved de novo assembler for PacBio Hifi reads</description> |
3 <macros> | 3 <macros> |
4 <token name="@TOOL_VERSION@">0.18.8</token> | 4 <token name="@TOOL_VERSION@">0.19.3</token> |
5 <token name="@VERSION_SUFFIX@">1</token> | 5 <token name="@VERSION_SUFFIX@">0</token> |
6 <token name="@FORMATS@">fasta,fasta.gz,fastq,fastq.gz</token> | 6 <token name="@FORMATS@">fasta,fasta.gz,fastq,fastq.gz</token> |
7 <xml name="reads"> | 7 <xml name="reads"> |
8 <param name="reads" type="data" format="@FORMATS@" multiple="true" label="Input reads" /> | 8 <param name="reads" type="data" format="@FORMATS@" multiple="true" label="Input reads" /> |
9 </xml> | 9 </xml> |
10 </macros> | 10 </macros> |