Repository 'minimap2'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/minimap2

Changeset 11:f54f5baedfdd (2021-03-19)
Previous changeset 10:77b2770508f6 (2021-02-11) Next changeset 12:037c6e54df11 (2021-05-28)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/minimap2 commit 9eebe4bec24764deefcf7005abd588be29f4594f"
modified:
minimap2.xml
b
diff -r 77b2770508f6 -r f54f5baedfdd minimap2.xml
--- a/minimap2.xml Thu Feb 11 19:10:41 2021 +0000
+++ b/minimap2.xml Fri Mar 19 09:40:54 2021 +0000
b
@@ -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>