# HG changeset patch # User iuc # Date 1681893068 0 # Node ID 28e4bcbc86e78537bb5acbef39d7cc3c938d28d4 # Parent a2b94388d00d054cc84f34a7535e3fca7cc4508a planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit 51d656555f9635bb8988f9eec904ee66657736e1 diff -r a2b94388d00d -r 28e4bcbc86e7 ivar_trim.xml --- a/ivar_trim.xml Sat Mar 25 12:53:12 2023 +0000 +++ b/ivar_trim.xml Wed Apr 19 08:31:08 2023 +0000 @@ -40,12 +40,7 @@ #end if -q $min_qual -s $window_width - ## since v1.4 ivar trim *almost* supports piping its output, but - ## unfortunately still writes *some* regular messages to stdout, - ## so we need to stick writing to an intermediate file for now and - ## want to unify the output stream - -p trimmed 1>&2 && - samtools sort -@ \${GALAXY_SLOTS:-1} -T "\${TMPDIR:-.}" -o trimmed.sorted.bam trimmed.bam + | samtools sort -@ \${GALAXY_SLOTS:-1} -T "\${TMPDIR:-.}" -o trimmed.sorted.bam - ]]> diff -r a2b94388d00d -r 28e4bcbc86e7 macros.xml --- a/macros.xml Sat Mar 25 12:53:12 2023 +0000 +++ b/macros.xml Wed Apr 19 08:31:08 2023 +0000 @@ -1,6 +1,6 @@ - 1.4.0 + 1.4.2 21.01