Mercurial > repos > bgruening > hifiasm
changeset 23:e5e767089163 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/hifiasm commit 126c78c7450feaad01caf0d53312ced3d7458945
| author | iuc |
|---|---|
| date | Thu, 11 Dec 2025 12:53:36 +0000 |
| parents | 5d365d5cbe9d |
| children | |
| files | hifiasm.xml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hifiasm.xml Mon Mar 24 18:10:21 2025 +0000 +++ b/hifiasm.xml Thu Dec 11 12:53:36 2025 +0000 @@ -2,7 +2,7 @@ <description>haplotype-resolved de novo assembler for PacBio Hifi reads</description> <macros> <token name="@TOOL_VERSION@">0.25.0</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <token name="@FORMATS@">fasta,fasta.gz,fastq,fastq.gz</token> <xml name="reads"> <param name="reads" type="data" format="@FORMATS@" multiple="true" label="Input reads"/> @@ -175,7 +175,7 @@ 2> output.log #end if - && mkdir noseq_files && mv *.noseq.gfa noseq_files + && mkdir noseq_files && mv *noseq*gfa noseq_files #if $bins_out: && mkdir bin_files && mv *.bin bin_files
