diff samtools_plugin.xml @ 27:7591bce96601 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 327834d2ea9b16f0f0264fa4e9b675a2277f2fee
author iuc
date Tue, 18 Feb 2025 23:18:25 +0000
parents a7e081ceb76a
children
line wrap: on
line diff
--- a/samtools_plugin.xml	Tue Feb 11 10:13:08 2025 +0000
+++ b/samtools_plugin.xml	Tue Feb 18 23:18:25 2025 +0000
@@ -6,7 +6,7 @@
                 #set $pattern = "This file was produced by samtools stats"
                 @LN_3_FILES@
             #elif str($repeat2.type.type) == "flagstat"
-                #set $pattern = "in total (QC-passed reads + QC-failed reads)"
+                #set $pattern = "in total \(QC-passed reads \+ QC-failed reads\)"
                 @LN_3_FILES@
             #elif str($repeat2.type.type) == "idxstats"
                 #for $file in $repeat2.type.input
@@ -15,7 +15,7 @@
                     ln -s '$file' '$file_path' &&
                 #end for
             #elif str($repeat2.type.type) == "rmdup"
-                #set $pattern = "[bam_rmdup"
+                #set $pattern = "\[bam_rmdup"
                 @LN_3_FILES@
             #end if
         #end for