# HG changeset patch # User iuc # Date 1739920665 0 # Node ID b7e8663db1ec8a93cef8c429b0830ede6173384e # Parent 1206c725e45aeddb5499f84633161d9eee86f8a0 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 327834d2ea9b16f0f0264fa4e9b675a2277f2fee diff -r 1206c725e45a -r b7e8663db1ec bakta_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bakta_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec bamtools_plugin.xml --- a/bamtools_plugin.xml Tue Feb 11 10:12:32 2025 +0000 +++ b/bamtools_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -1,6 +1,6 @@ diff -r 1206c725e45a -r b7e8663db1ec bbduk_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bbduk_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec checkm_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/checkm_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec diamond_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/diamond_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec freyja_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/freyja_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec gtdbtk_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gtdbtk_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec kraken_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kraken_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec macros.xml --- a/macros.xml Tue Feb 11 10:12:32 2025 +0000 +++ b/macros.xml Tue Feb 18 23:17:45 2025 +0000 @@ -1,6 +1,6 @@ 1.27 - 1 + 2 multiqc @@ -55,7 +55,7 @@ #set $file_path += '_' + str($file_paths.count($file_path)) #end if #set $file_paths += [$file_path] - grep -q '$pattern' $file || die "Module '${repeat.software_cond.software}: '$pattern' not found in the file '$identifier'" && + grep -Pq '$pattern' $file || die "Module '${repeat.software_cond.software}: '$pattern' not found in the file '$identifier'" && ln -s '$file' '$file_path' && ]]> diff -r 1206c725e45a -r b7e8663db1ec megahit_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/megahit_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec metaphlan_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/metaphlan_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec multiqc.xml --- a/multiqc.xml Tue Feb 11 10:12:32 2025 +0000 +++ b/multiqc.xml Tue Feb 18 23:17:45 2025 +0000 @@ -23,6 +23,19 @@ star_plugin.xml trimmomatic_plugin.xml vcftools_plugin.xml + kraken_plugin.xml + diamond_plugin.xml + bakta_plugin.xml + freyja_plugin.xml + checkm_plugin.xml + pairtools_plugin.xml + porechop_plugin.xml + snippy_plugin.xml + metaphlan_plugin.xml + bbduk_plugin.xml + megahit_plugin.xml + nonpareil_plugin.xml + gtdbtk_plugin.xml sambamba_plugin.xml @@ -144,6 +157,32 @@ @TRIMMOMATIC_COMMAND@ #elif str($repeat.software_cond.software) == "vcftools" @VCFTOOLS_COMMAND@ + #elif str($repeat.software_cond.software) == "kraken" + @KRAKEN_COMMAND@ + #elif str($repeat.software_cond.software) == "diamond" + @DIAMOND_COMMAND@ + #elif str($repeat.software_cond.software) == "bakta" + @BAKTA_COMMAND@ + #elif str($repeat.software_cond.software) == "freyja" + @FREYJA_COMMAND@ + #elif str($repeat.software_cond.software) == "checkm" + @CHECKM_COMMAND@ + #elif str($repeat.software_cond.software) == "pairtools" + @PAIRTOOLS_COMMAND@ + #elif str($repeat.software_cond.software) == "porechop" + @PORECHOP_COMMAND@ + #elif str($repeat.software_cond.software) == "snippy" + @SNIPPY_COMMAND@ + #elif str($repeat.software_cond.software) == "metaphlan" + @METAPHLAN_COMMAND@ + #elif str($repeat.software_cond.software) == "bbduk" + @BBDUK_COMMAND@ + #elif str($repeat.software_cond.software) == "megahit" + @MEGAHIT_COMMAND@ + #elif str($repeat.software_cond.software) == "nonpareil" + @NONPAREIL_COMMAND@ + #elif str($repeat.software_cond.software) == "gtdbtk" + @GTDBTK_COMMAND@ #elif str($repeat.software_cond.software) == "sambamba" @SAMBAMBA_COMMAND@ #else if str($repeat.software_cond.software) == "custom_content": @@ -253,6 +292,19 @@ + + + + + + + + + + + + + @@ -353,6 +405,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -432,6 +523,19 @@ + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec nonpareil_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nonpareil_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec pairtools_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pairtools_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec picard_plugin.xml --- a/picard_plugin.xml Tue Feb 11 10:12:32 2025 +0000 +++ b/picard_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -12,7 +12,7 @@ @LN_2_FILES@ #elif str($repeat2.type) == "hsmetrics" #set $pattern = "picard.analysis.directed.HsMetrics" - @ @ + @LN_2_FILES@ #elif str($repeat2.type) == "insertsize" #set $pattern = "picard.analysis.InsertSizeMetrics" @LN_2_FILES@ diff -r 1206c725e45a -r b7e8663db1ec porechop_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/porechop_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec samtools_plugin.xml --- 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 diff -r 1206c725e45a -r b7e8663db1ec snippy_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/snippy_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 1206c725e45a -r b7e8663db1ec template_plugin.xml --- a/template_plugin.xml Tue Feb 11 10:12:32 2025 +0000 +++ b/template_plugin.xml Tue Feb 18 23:17:45 2025 +0000 @@ -12,7 +12,7 @@ #set $pattern = "Trimmomatic" - @LN_FILES@f + @LN_FILES@ ]]>