diff minimap2.xml @ 22:66367287b4e6 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 980f7472892817697208792e4443fa579625b696
author iuc
date Tue, 04 Feb 2025 09:17:13 +0000
parents 92678fcb1a5f
children
line wrap: on
line diff
--- a/minimap2.xml	Wed Apr 03 16:26:11 2024 +0000
+++ b/minimap2.xml	Tue Feb 04 09:17:13 2025 +0000
@@ -141,6 +141,9 @@
     #if $io_options.K:
         -K $io_options.K
     #end if
+    #if $io_options.eqx:
+        --eqx
+    #end if
     -t \${GALAXY_SLOTS:-4}
     reference.fa
     #if $fastq_input.fastq_input_selector in ['single', 'paired_iv']:
@@ -164,7 +167,6 @@
         -T "\${TMPDIR:-.}"
         -@\${GALAXY_SLOTS:-2}
         -O $io_options.output_format
-        $io_options.eqx
         --reference reference.fa
         --output-fmt-option no_ref
         -o '$alignment_output'