# HG changeset patch
# User iuc
# Date 1725765780 0
# Node ID 84f122ab14d650f8803ad350651b6cbe1aa767db
# Parent 95fd8bf80632db8f96d29233e3b9c18b3acac6a1
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tool_collections/samtools/samtools_merge commit 9c5a35ce695c3d134e41d8695487edd5f71ea33c
diff -r 95fd8bf80632 -r 84f122ab14d6 macros.xml
--- a/macros.xml Mon Aug 15 09:11:35 2022 +0000
+++ b/macros.xml Sun Sep 08 03:23:00 2024 +0000
@@ -5,8 +5,15 @@
- 1.15.1
- 20.05
+
+ 1.20
+ 2
+ 22.05
-
- @misc{SAM_def,
- title={Definition of SAM/BAM format},
- url = {https://samtools.github.io/hts-specs/},}
-
- 10.1093/bioinformatics/btp352
- 10.1093/bioinformatics/btr076
- 10.1093/bioinformatics/btr509
-
- @misc{Danecek_et_al,
- Author={Danecek, P., Schiffels, S., Durbin, R.},
- title={Multiallelic calling model in bcftools (-m)},
- url = {http://samtools.github.io/bcftools/call-m.pdf},}
-
-
- @misc{Durbin_VCQC,
- Author={Durbin, R.},
- title={Segregation based metric for variant call QC},
- url = {http://samtools.github.io/bcftools/rd-SegBias.pdf},}
-
-
- @misc{Li_SamMath,
- Author={Li, H.},
- title={Mathematical Notes on SAMtools Algorithms},
- url = {http://www.broadinstitute.org/gatk/media/docs/Samtools.pdf},}
-
-
- @misc{SamTools_github,
- title={SAMTools GitHub page},
- url = {https://github.com/samtools/samtools},}
-
+ 10.1093/gigascience/giab008
diff -r 95fd8bf80632 -r 84f122ab14d6 samtools_merge.xml
--- a/samtools_merge.xml Mon Aug 15 09:11:35 2022 +0000
+++ b/samtools_merge.xml Sun Sep 08 03:23:00 2024 +0000
@@ -1,4 +1,4 @@
-
+
merge multiple sorted alignment files
macros.xml
@@ -38,7 +38,7 @@
samtools merge
-@ \$addthreads
-s $seed
-## TODO force overwrite seems necessay (but I do not understand why ...)
+## force overwrite seems necessay (but I do not understand why ...)
-f
## Galaxy provides only default compression
## #if $compression == 'levelone'
@@ -52,14 +52,14 @@
#if $sortby=='name'
-n
#end if
-## TODO since galaxy can't represent this as data type at the moment this option is unsupported
+## since galaxy can't represent this as data type at the moment this option is unsupported
## -t TAG The input alignments have been sorted by the value of TAG, then by either position or name (if -n is given).
#if str($region) != ''
-R '$region'
#end if
## Attach an RG tag to each alignment. The tag value is inferred from file names.
## -r
-## TODO -r makes no sense with the link names, is there some data set metadata (tags,...) that could be used?
+## -r makes no sense with the link names, is there some data set metadata (tags,...) that could be used?
#if $bed_file:
-L '$bed_file'
#end if
diff -r 95fd8bf80632 -r 84f122ab14d6 test-data/1.merge.expected.bam
Binary file test-data/1.merge.expected.bam has changed
diff -r 95fd8bf80632 -r 84f122ab14d6 test-data/2.merge.expected.bam
Binary file test-data/2.merge.expected.bam has changed
diff -r 95fd8bf80632 -r 84f122ab14d6 test-data/3.merge.expected.bam
Binary file test-data/3.merge.expected.bam has changed
diff -r 95fd8bf80632 -r 84f122ab14d6 test-data/4.merge.expected.bam
Binary file test-data/4.merge.expected.bam has changed
diff -r 95fd8bf80632 -r 84f122ab14d6 test-data/5.merge.expected.bam
Binary file test-data/5.merge.expected.bam has changed
diff -r 95fd8bf80632 -r 84f122ab14d6 test-data/6.merge.expected.bam
Binary file test-data/6.merge.expected.bam has changed