# HG changeset patch # User bgruening # Date 1697181961 0 # Node ID 60024a528cbd2e24e0895c6238394e1642d434d5 # Parent 71740308d4121b2677bb661966e753244d62e608 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hifiasm commit dfa44145539a0897f369311667dbe4ca27ff7dc4 diff -r 71740308d412 -r 60024a528cbd hifiasm.xml --- a/hifiasm.xml Wed May 10 07:05:39 2023 +0000 +++ b/hifiasm.xml Fri Oct 13 07:26:01 2023 +0000 @@ -1,7 +1,7 @@ haplotype-resolved de novo assembler for PacBio Hifi reads - 0.19.5 + 0.19.7 0 fasta,fasta.gz,fastq,fastq.gz @@ -115,6 +115,12 @@ --n-hap $purge_options.n_hap #end if #end if + #if str($scaffolding_options.scaffold_selector) == 'set': + --dual-scaf + #if $scaffolding_options.scaf_gap: + --scaf-gap $scaffolding_options.scaf_gap + #end if + #end if #if str($hic_partition.hic_partition_selector) == 'set': --h1 ${ ','.join(["'%s'" % $x for $x in $hic1_inputs]) } @@ -273,6 +279,16 @@ + + + + + + + + + +