# HG changeset patch # User iuc # Date 1601410801 0 # Node ID 94020e19b46c6b595048c26204c03fbfff7fad2a # Parent 376a706dda113baefe51ed488292afcd59113c80 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/artic commit 54e51c32ac2c1fdc5391ee44f749cf6617db5acb" diff -r 376a706dda11 -r 94020e19b46c artic_minion.xml --- a/artic_minion.xml Wed Jun 10 18:36:36 2020 -0400 +++ b/artic_minion.xml Tue Sep 29 20:20:01 2020 +0000 @@ -1,4 +1,4 @@ - + Build consensus sequence and call variants from amplicon-based nanopore sequence data artic @@ -19,17 +19,22 @@ #end if artic minion --threads \${GALAXY_SLOTS:-1} - --normalise '${normalise}' + #if $normalise > 0: + --normalise ${normalise} + #end if --read-file '${read_file}' --scheme-directory 'scheme' --medaka $bwa 'name/version' '${read_file.element_identifier}' + && bgzip -f '${read_file.element_identifier}.fail.vcf' ]]> - + - - - - - + + + + + - - +