# HG changeset patch
# User iuc
# Date 1739268788 0
# Node ID d2aaac19f42f57c3d3ae5d2ec890d20a1b8e8d97
# Parent a7e081ceb76a1258e777b0d91f41537bb06a36aa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 881c4f072b1c9bd2355ba41a58e2c04d43f5ac6b
diff -r a7e081ceb76a -r d2aaac19f42f macros.xml
--- a/macros.xml Sat Jan 25 17:24:12 2025 +0000
+++ b/macros.xml Tue Feb 11 10:13:08 2025 +0000
@@ -1,6 +1,6 @@
1.27
- 0
+ 1
multiqc
diff -r a7e081ceb76a -r d2aaac19f42f multiqc.xml
--- a/multiqc.xml Sat Jan 25 17:24:12 2025 +0000
+++ b/multiqc.xml Tue Feb 11 10:13:08 2025 +0000
@@ -23,6 +23,7 @@
star_plugin.xml
trimmomatic_plugin.xml
vcftools_plugin.xml
+ sambamba_plugin.xml
@@ -143,6 +144,8 @@
@TRIMMOMATIC_COMMAND@
#elif str($repeat.software_cond.software) == "vcftools"
@VCFTOOLS_COMMAND@
+ #elif str($repeat.software_cond.software) == "sambamba"
+ @SAMBAMBA_COMMAND@
#else if str($repeat.software_cond.software) == "custom_content":
#set $configfile = "T"
#for $j, $file in enumerate( $repeat.software_cond.input )
@@ -236,6 +239,7 @@
+
@@ -349,6 +353,9 @@
+
+
+
@@ -425,6 +432,7 @@
+
diff -r a7e081ceb76a -r d2aaac19f42f sambamba_plugin.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sambamba_plugin.xml Tue Feb 11 10:13:08 2025 +0000
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff -r a7e081ceb76a -r d2aaac19f42f test-data/sambamba.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/sambamba.txt Tue Feb 11 10:13:08 2025 +0000
@@ -0,0 +1,13 @@
+
+sambamba 1.0.1
+ by Artem Tarasov and Pjotr Prins (C) 2012-2023
+ LDC 1.39.0 / DMD v2.109.1 / LLVM17.0.6 / bootstrap LDC - the LLVM D compiler (1.39.0)
+
+finding positions of the duplicate reads in the file...
+ sorted 0 end pairs
+ and 4 single ends (among them 0 unmatched pairs)
+ collecting indices of duplicate reads... done in 0 ms
+ found 3 duplicates
+collected list of positions in 0 min 0 sec
+marking duplicates...
+collected list of positions in 0 min 0 sec