# HG changeset patch
# User iuc
# Date 1728133639 0
# Node ID 7a7e33d28f6285e0ca8dbc8af5146c67232007ed
# Parent 015cf18f4a15cfed066175d4230ec71cdeea25cb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/umi_tools commit bc1b362f6783d3fc0ed0f42c14687001d7ff5f7a
diff -r 015cf18f4a15 -r 7a7e33d28f62 macros.xml
--- a/macros.xml Sat Sep 28 16:39:41 2024 +0000
+++ b/macros.xml Sat Oct 05 13:07:19 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
+
-
+
input_type_cond['input_type'] in ['single', 'paired']
-
+
input_type_cond['input_type'] == 'paired'
@@ -136,7 +136,6 @@
-