Repository 'samtools_stats'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/samtools_stats

Changeset 5:5a08c09b9311 (2019-07-29)
Previous changeset 4:793ad847121d (2019-01-04) Next changeset 6:47035d167365 (2019-09-06)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_stats commit ca0d1d44099fd21e0f8214102f4d8a2fd2d054d6
modified:
samtools_stats.xml
b
diff -r 793ad847121d -r 5a08c09b9311 samtools_stats.xml
--- a/samtools_stats.xml Fri Jan 04 17:04:09 2019 -0500
+++ b/samtools_stats.xml Mon Jul 29 08:49:54 2019 -0400
[
@@ -10,6 +10,7 @@
     <expand macro="stdio"/>
     <expand macro="version_command"/>
     <command><![CDATA[
+        @ADDTHREADS@
         @PREPARE_IDX@
         @PREPARE_FASTA_IDX@
         samtools stats
@@ -65,6 +66,7 @@
             #if str($cov_threshold):
                 -g $cov_threshold
             #end if
+            -@ \$addthreads 
             infile
             @REGIONS_MANUAL@
             > '$output'