Repository 'bwa_mem2'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/bwa_mem2

Changeset 7:bec6ba059ded (2025-04-03)
Previous changeset 6:d459a463cb73 (2025-03-28) Next changeset 8:af91699b8d4c (2025-07-07)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bwa_mem2 commit f7942fbad20a3378a95cb84e90ed14c31c192a4f
modified:
bwa-mem2.xml
macros.xml
b
diff -r d459a463cb73 -r bec6ba059ded bwa-mem2.xml
--- a/bwa-mem2.xml Fri Mar 28 15:51:05 2025 +0000
+++ b/bwa-mem2.xml Thu Apr 03 06:50:49 2025 +0000
b
@@ -116,9 +116,9 @@
 #end if
 
 #if str( $output_sort ) == "coordinate":
-        | samtools sort -@\${GALAXY_SLOTS:-2} -T "\${TMPDIR:-.}" -m "\${GALAXY_MEMORY_MB_PER_SLOT:-768}M" -O bam -o '$bam_output'
+        | samtools sort -@\${GALAXY_SLOTS:-2} -T "\${TMPDIR:-.}" -O bam -o '$bam_output'
 #elif str( $output_sort ) == "name":
-        | samtools sort -n -@\${GALAXY_SLOTS:-2} -T "\${TMPDIR:-.}" -m "\${GALAXY_MEMORY_MB_PER_SLOT:-768}M" -O bam -o '$bam_output'
+        | samtools sort -n -@\${GALAXY_SLOTS:-2} -T "\${TMPDIR:-.}" -O bam -o '$bam_output'
 #else
         | samtools view -@ \${GALAXY_SLOTS:-2} -bS - -o '$bam_output'
 #end if
b
diff -r d459a463cb73 -r bec6ba059ded macros.xml
--- a/macros.xml Fri Mar 28 15:51:05 2025 +0000
+++ b/macros.xml Thu Apr 03 06:50:49 2025 +0000
b
@@ -2,7 +2,7 @@
     <import>read_group_macros.xml</import>
 
     <token name="@TOOL_VERSION@">2.2.1</token>
-    <token name="@VERSION_SUFFIX@">3</token>
+    <token name="@VERSION_SUFFIX@">4</token>
     <token name="@PROFILE_VERSION@">20.01</token>
 
     <xml name="xrefs">