changeset 5:fd87401a3da6 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_idxstats commit 558d30ff047fe2f62658e8b57e27ebe8db77ede1"
author iuc
date Fri, 06 Sep 2019 11:21:38 -0400
parents 56838051b673
children 9a12e8643fc5
files samtools_idxstats.xml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/samtools_idxstats.xml	Sun Jul 28 14:48:13 2019 -0400
+++ b/samtools_idxstats.xml	Fri Sep 06 11:21:38 2019 -0400
@@ -1,4 +1,4 @@
-<tool id="samtools_idxstats" name="Samtools idxstats" version="2.0.2">
+<tool id="samtools_idxstats" name="Samtools idxstats" version="2.0.3">
     <description>reports stats of the BAM index file</description>
     <macros>
         <import>macros.xml</import>
@@ -62,6 +62,9 @@
 plus the final row (labelled with an asterisk) representing 50320 unmapped reads.
 In this BAM file, the final column was otherwise zero.
 
+
+The results of samtools ixdstats can be visualized with MultiQC.
+
 ------
 
 Peter J.A. Cock (2013), `Galaxy wrapper <https://github.com/peterjc/pico_galaxy/tree/master/tools/samtools_idxstats>`_ for the samtools idxstats command