Mercurial > repos > iuc > multiqc
diff samtools_plugin.xml @ 27:b7e8663db1ec 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:17:45 +0000 |
| parents | 24002c7e6092 |
| children |
line wrap: on
line diff
--- a/samtools_plugin.xml Tue Feb 11 10:12:32 2025 +0000 +++ b/samtools_plugin.xml Tue Feb 18 23:17:45 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
