# HG changeset patch # User bgruening # Date 1677260035 0 # Node ID 09b577191ce96c2fdca1e0672d254b07b383183a # Parent d1f42ff6e24773a56d0b7a3d715cf43664c198c9 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hifiasm commit 2bb01c64e79df856fbcb12afde62f7c14a5f59fa diff -r d1f42ff6e247 -r 09b577191ce9 hifiasm.xml --- a/hifiasm.xml Thu Feb 23 22:33:55 2023 +0000 +++ b/hifiasm.xml Fri Feb 24 17:33:55 2023 +0000 @@ -2,7 +2,7 @@ haplotype-resolved de novo assembler for PacBio Hifi reads 0.18.8 - 0 + 1 fasta,fasta.gz,fastq,fastq.gz @@ -150,7 +150,12 @@ #if $log_out: 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 + #end if ]]> @@ -268,7 +273,8 @@ - + + @@ -320,13 +326,17 @@ mode['mode_selector'] == 'trio' and hic_partition['hic_partition_selector'] == 'set' - + log_out + + bins_out + + @@ -496,7 +506,7 @@ - + @@ -509,7 +519,7 @@ - + @@ -522,6 +532,14 @@ + + + + + + + +