changeset 8:5fd05c7b42f8 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_flagstat commit a972815cbd43dea553b3c0e4ad548f35d0023228-dirty
author iuc
date Sun, 28 Jul 2019 14:47:58 -0400
parents 5d3100bf5357
children 5fbe9dcaef98
files samtools_flagstat.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/samtools_flagstat.xml	Thu Sep 27 08:57:38 2018 -0400
+++ b/samtools_flagstat.xml	Sun Jul 28 14:47:58 2019 -0400
@@ -9,7 +9,8 @@
     <expand macro="version_command"/>
 
     <command><![CDATA[
-        samtools flagstat '$input1' > '$output1'
+    @ADDTHREADS@
+    samtools flagstat -@ \$addthreads '$input1' > '$output1'
     ]]></command>
 
     <inputs>