# HG changeset patch
# User bgruening
# Date 1739214763 0
# Node ID a348429b6fec65b0b4e99390b5636627e328e16c
# Parent 6c916a5a6afb2ab227e464466a7ea128a44187a6
planemo upload for repository https://github.com/biod/sambamba commit 99bb4ed496a9cce79ab0a7e613230cf63a44d9f9
diff -r 6c916a5a6afb -r a348429b6fec Sambamba_markdup.xml
--- a/Sambamba_markdup.xml Wed Jun 12 15:01:25 2024 +0000
+++ b/Sambamba_markdup.xml Mon Feb 10 19:12:43 2025 +0000
@@ -12,29 +12,39 @@
'${output}'
--nthreads \${GALAXY_SLOTS:-4}
--tmpdir '\${TMPDIR:-.}'
+ #if $log_out
+ 2>&1 | tee '${log}'
+ #end if
]]>
+
-
+
+
+ log_out
+
-
+
+
+
+
diff -r 6c916a5a6afb -r a348429b6fec macros.xml
--- a/macros.xml Wed Jun 12 15:01:25 2024 +0000
+++ b/macros.xml Mon Feb 10 19:12:43 2025 +0000
@@ -1,6 +1,6 @@
1.0.1
- 1
+ 2
sambamba
diff -r 6c916a5a6afb -r a348429b6fec test-data/2.markdup.bam
Binary file test-data/2.markdup.bam has changed
diff -r 6c916a5a6afb -r a348429b6fec test-data/2.markdup.txt
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/2.markdup.txt Mon Feb 10 19:12:43 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
diff -r 6c916a5a6afb -r a348429b6fec test-data/2.markdup_removed.bam
Binary file test-data/2.markdup_removed.bam has changed