changeset 11:f54f5baedfdd draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 9eebe4bec24764deefcf7005abd588be29f4594f"
author iuc
date Fri, 19 Mar 2021 09:40:54 +0000
parents 77b2770508f6
children 037c6e54df11
files minimap2.xml
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/minimap2.xml	Thu Feb 11 19:10:41 2021 +0000
+++ b/minimap2.xml	Fri Mar 19 09:40:54 2021 +0000
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<tool id="minimap2" name="Map with minimap2" version="@TOOL_VERSION@+galaxy3" profile="17.01">
+<tool id="minimap2" name="Map with minimap2" version="@TOOL_VERSION@+galaxy4" profile="17.01">
     <description>A fast pairwise aligner for genomic and spliced nucleotide sequences</description>
     <macros>
         <token name="@TOOL_VERSION@">2.17</token>
@@ -167,8 +167,9 @@
         --reference reference.fa
         --output-fmt-option no_ref
         -o '$alignment_output'
+    #else:
+        > '$alignment_output'
     #end if
-    > '$alignment_output'
 ]]>
     </command>
     <inputs>