changeset 1:abea23542a6b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sequali commit 483a13382456fea4f1934e35804e0dc6c86703c5
author iuc
date Tue, 27 May 2025 11:03:36 +0000
parents 8e2c32a7c0a9
children 52c07e141113
files sequali.xml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sequali.xml	Thu Apr 10 16:42:32 2025 +0000
+++ b/sequali.xml	Tue May 27 11:03:36 2025 +0000
@@ -1,7 +1,7 @@
 <tool id="sequali" name="sequali" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
     <description>Fast sequencing data quality metrics for short and long reads</description>
     <macros>
-        <token name="@TOOL_VERSION@">0.12.0</token>
+        <token name="@TOOL_VERSION@">1.0.1</token>
         <token name="@VERSION_SUFFIX@">0</token>
     </macros>
     <xrefs>
@@ -216,6 +216,7 @@
 - Insert size metrics for paired read data.
 - Per tile quality plots for illumina reads.
 - Channel and other plots for nanopore reads.
+- Reproducible reports without timestamps.
 
 -----
 
@@ -227,6 +228,7 @@
     - For sequences called by guppy additional plots for nanopore specific data will be provided.
 - (unaligned) BAM with single reads. Read-pair information is currently ignored.
     - For BAM data as delivered by dorado additional nanopore plots will be provided.
+    - For aligned BAM files, secondary and supplementary reads are ignored similar to how samtools fastq handles the data.
 
 -----
 
@@ -239,4 +241,4 @@
     <citations>
         <citation type="doi">10.1093/bioadv/vbaf010</citation>
     </citations>
-</tool>
\ No newline at end of file
+</tool>