| Previous changeset 24:fafc9b2b1657 (2026-02-04) |
|
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/hifiasm commit e9116e2e722f3c2f7ec898ffa965fcc829874816 |
|
modified:
hifiasm.xml |
| b |
| diff -r fafc9b2b1657 -r baf229b1fdfd hifiasm.xml --- a/hifiasm.xml Wed Feb 04 08:59:09 2026 +0000 +++ b/hifiasm.xml Tue Feb 17 09:36:56 2026 +0000 |
| b |
| @@ -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@">2</token> + <token name="@VERSION_SUFFIX@">3</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"/> @@ -11,6 +11,7 @@ <requirements> <requirement type="package" version="@TOOL_VERSION@">hifiasm</requirement> <requirement type="package" version="0.1">yak</requirement> + <requirement type="package" version="4.10.0">findutils</requirement> </requirements> <version_command>hifiasm --version</version_command> <command detect_errors="exit_code"> @@ -176,7 +177,7 @@ #end if && mkdir noseq_files - && find ./ -maxdepth 1 -type f -name "*noseq*gfa" -exec mv {} ./noseq_files + + && find ./ -maxdepth 1 -type f -name "*noseq*gfa" -exec mv {} noseq_files ';' #if $bins_out: && mkdir bin_files && mv *.bin bin_files |