Repository 'ivar_trim'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/ivar_trim

Changeset 16:28e4bcbc86e7 (2023-04-19)
Previous changeset 15:a2b94388d00d (2023-03-25) Next changeset 17:0893a1dbb807 (2023-06-27)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ivar/ commit 51d656555f9635bb8988f9eec904ee66657736e1
modified:
ivar_trim.xml
macros.xml
b
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
b
@@ -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 -
     ]]></command>
     <inputs>
         <param name="input_bam" argument="-i" type="data" format="bam" label="Bam file" help="Aligned reads, to trim primers and quality"/>
b
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
b
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <macros>
-  <token name="@TOOL_VERSION@">1.4.0</token>
+  <token name="@TOOL_VERSION@">1.4.2</token>
   <token name="@PROFILE@">21.01</token>
   <xml name="requirements">
   <requirements>