Mercurial > repos > devteam > samtools_idxstats
changeset 4:7a6034296ae9 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:22:45 -0400 |
parents | 811fc2d75ad4 |
children | 7def34e6cf4d |
files | samtools_idxstats.xml |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/samtools_idxstats.xml Mon Jul 29 08:48:46 2019 -0400 +++ b/samtools_idxstats.xml Fri Sep 06 11:22:45 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