# HG changeset patch # User bgruening # Date 1677191661 0 # Node ID cd7936c5a9a53b6819597dcf64610d4e3a802482 # Parent 2061fb3b81b4a1b0e4d0311dc42b089a82adaa7a planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hifiasm commit c8948d0cc178c85b078e8789304831cee5b3fa9f diff -r 2061fb3b81b4 -r cd7936c5a9a5 hifiasm.xml --- a/hifiasm.xml Tue Jan 24 17:46:39 2023 +0000 +++ b/hifiasm.xml Thu Feb 23 22:34:21 2023 +0000 @@ -1,8 +1,8 @@ haplotype-resolved de novo assembler for PacBio Hifi reads - 0.18.5 - 1 + 0.18.8 + 0 fasta,fasta.gz,fastq,fastq.gz @@ -117,8 +117,8 @@ #end if #if str($hic_partition.hic_partition_selector) == 'set': - --h1 ${ ' '.join(["'%s'" % $x for $x in $hic1_inputs]) } - --h2 ${ ' '.join(["'%s'" % $x for $x in $hic2_inputs]) } + --h1 ${ ','.join(["'%s'" % $x for $x in $hic1_inputs]) } + --h2 ${ ','.join(["'%s'" % $x for $x in $hic2_inputs]) } #if $hic_partition.seed: --seed $hic_partition.seed #end if @@ -135,7 +135,7 @@ #end if #if str($ont_integration.ont_integration_selector) == 'set': - --ul ${ ' '.join(["'%s'" % $x for $x in $ultralong_inputs]) } + --ul ${ ','.join(["'%s'" % $x for $x in $ultralong_inputs]) } #if $ont_integration.ul_rate: --ul-rate $ont_integration.ul_rate #end if @@ -272,16 +272,16 @@ - + mode['mode_selector'] == 'standard' and hic_partition['hic_partition_selector'] == 'blank' - + mode['mode_selector'] == 'standard' and hic_partition['hic_partition_selector'] == 'blank' - + mode['mode_selector'] == 'standard' and hic_partition['hic_partition_selector'] == 'blank' - + mode['mode_selector'] == 'standard' and hic_partition['hic_partition_selector'] == 'blank' @@ -291,10 +291,10 @@ mode['mode_selector'] == 'trio' and hic_partition['hic_partition_selector'] == 'blank' - + mode['mode_selector'] == 'trio' and hic_partition['hic_partition_selector'] == 'blank' - + mode['mode_selector'] == 'trio' and hic_partition['hic_partition_selector'] == 'blank' @@ -314,10 +314,10 @@ mode['mode_selector'] == 'standard' and hic_partition['hic_partition_selector'] == 'set' - + mode['mode_selector'] == 'trio' and hic_partition['hic_partition_selector'] == 'set' - + mode['mode_selector'] == 'trio' and hic_partition['hic_partition_selector'] == 'set' @@ -499,11 +499,28 @@ - + - - + + + + + + + + + + + + + + + + + + +