Previous changeset 3:811fc2d75ad4 (2019-07-29) Next changeset 5:7def34e6cf4d (2021-09-28) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_idxstats commit 558d30ff047fe2f62658e8b57e27ebe8db77ede1" |
modified:
samtools_idxstats.xml |
b |
diff -r 811fc2d75ad4 -r 7a6034296ae9 samtools_idxstats.xml --- a/samtools_idxstats.xml Mon Jul 29 08:48:46 2019 -0400 +++ b/samtools_idxstats.xml Fri Sep 06 11:22:45 2019 -0400 |
b |
@@ -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 |