# HG changeset patch
# User iuc
# Date 1728133731 0
# Node ID 428735be9764b18c833623f813f047995b33ad76
# Parent 257be15474a727515dae6c16a1a4ebda5e1f8adc
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
diff -r 257be15474a7 -r 428735be9764 macros.xml
--- a/macros.xml Sat Sep 28 16:41:21 2024 +0000
+++ b/macros.xml Sat Oct 05 13:08: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