# HG changeset patch
# User iuc
# Date 1752770272 0
# Node ID 3967889cda039153e5062877f115b62015b04aa4
# Parent f73ab5187eed389eac19589296f298f9ba60bfa0
planemo upload for repository https://git.ufz.de/lehmanju/rnaquast commit 4591c0ac5cf45b54e9fadb5d196ec3376b5b926f
diff -r f73ab5187eed -r 3967889cda03 macros.xml
--- a/macros.xml Fri Aug 30 14:12:04 2024 +0000
+++ b/macros.xml Thu Jul 17 16:37:52 2025 +0000
@@ -12,6 +12,6 @@
2.3.0
- 0
+ 1
20.05
\ No newline at end of file
diff -r f73ab5187eed -r 3967889cda03 rna_quast.xml
--- a/rna_quast.xml Fri Aug 30 14:12:04 2024 +0000
+++ b/rna_quast.xml Thu Jul 17 16:37:52 2025 +0000
@@ -27,14 +27,14 @@
#end if
mkdir outputdir &&
rnaQUAST.py
- --threads \${GALAXY_SLOTS:-8}
+ --threads "\${GALAXY_SLOTS:-8}"
--transcripts
#for $i in $transcripts
'${re.sub('[^\w.]', '_', i.element_identifier)}'
#end for
#if $reads_option.selector == 'paired'
- --left_reads '${reads_option.forward_reads}'
- --right_reads '${reads_option.reverse_reads}'
+ --left_reads '${reads_option.paired_reads.forward}'
+ --right_reads '${reads_option.paired_reads.reverse}'
#else if $reads_option.selector == 'single'
--single_reads '${reads_option.single_reads}'
#end if
@@ -117,17 +117,16 @@
-
+
-
+
-
-
+
@@ -269,8 +268,7 @@
-
-
+
@@ -307,8 +305,12 @@
-
-
+
+
+
+
+
+