# HG changeset patch
# User iuc
# Date 1728133611 0
# Node ID 06aefd52e5ee3e83b06954568715272d42d4e0b1
# Parent 01646aa2f675a475786bbcb1c21f8576c0f1854e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
diff -r 01646aa2f675 -r 06aefd52e5ee macros.xml
--- a/macros.xml Sat Sep 28 16:39:11 2024 +0000
+++ b/macros.xml Sat Oct 05 13:06:51 2024 +0000
@@ -4,8 +4,8 @@
1.1.5
- 0
- 21.01
+ 1
+ 23.1
umi_tools
@@ -104,8 +104,8 @@
-
-
+
+
@@ -152,11 +152,11 @@
'input.bam' &&
+ samtools sort --no-PG '$input' -O BAM > 'input.bam' &&
samtools index -b 'input.bam' &&
#set $input_file = 'input.bam'
#else:
@@ -166,7 +166,7 @@
#end if
]]>
-
+
-
+
Extract UMI from fastq files
-
macros.xml
+
samtools
@@ -23,7 +23,7 @@
-I '$input_file' -S grouped.bam
@ADVANCED_OPTIONS@
@LOG@
- ## TODO using samtools sort is a workaround, for the following error that appears when Galaxy
+ ## using samtools sort is a workaround, for the following error that appears when Galaxy
## compares the generated file with the one in test-data
## `Converting history BAM to SAM failed: 'samtools returned with error 1: stdout=None, stderr=[main_samview] fail to read the header from "/tmp/tmpd8o61jykdedup_out6.bam".\n'. Will compare BAM files`
## may be dropped in the future
@@ -42,8 +42,8 @@
-
-
+
+
group_output