# HG changeset patch # User iuc # Date 1739268752 0 # Node ID 1206c725e45aeddb5499f84633161d9eee86f8a0 # Parent 24002c7e6092e216c0724ba26791971928409e39 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/multiqc commit 881c4f072b1c9bd2355ba41a58e2c04d43f5ac6b diff -r 24002c7e6092 -r 1206c725e45a macros.xml --- a/macros.xml Sat Jan 25 17:23:41 2025 +0000 +++ b/macros.xml Tue Feb 11 10:12:32 2025 +0000 @@ -1,6 +1,6 @@ 1.27 - 0 + 1 multiqc diff -r 24002c7e6092 -r 1206c725e45a multiqc.xml --- a/multiqc.xml Sat Jan 25 17:23:41 2025 +0000 +++ b/multiqc.xml Tue Feb 11 10:12:32 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 24002c7e6092 -r 1206c725e45a sambamba_plugin.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sambamba_plugin.xml Tue Feb 11 10:12:32 2025 +0000 @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r 24002c7e6092 -r 1206c725e45a test-data/sambamba.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/sambamba.txt Tue Feb 11 10:12:32 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