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

Changeset 3:587fa797ede9 (2019-12-05)
Previous changeset 2:6ad9d48a512e (2019-06-17) Next changeset 4:29ec7b3a458b (2020-11-20)
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/migmap commit ce007cd86035d1fdbcfa7105b593dcadc3e2cf30"
modified:
migmap.xml
b
diff -r 6ad9d48a512e -r 587fa797ede9 migmap.xml
--- a/migmap.xml Mon Jun 17 07:53:12 2019 -0400
+++ b/migmap.xml Thu Dec 05 05:58:28 2019 -0500
[
@@ -1,8 +1,11 @@
-<tool id="migmap" name="MiGMAP" version="1.0.2.2">
+<tool id="migmap" name="MiGMAP" version="@TOOL_VERSION@">
     <description>mapper for full-length T- and B-cell repertoire sequencing
     </description>
+    <macros>
+        <token name="@TOOL_VERSION@">1.0.3</token>
+    </macros>
     <requirements>
-        <requirement type="package" version="1.0.2">migmap</requirement>
+        <requirement type="package" version="@TOOL_VERSION@">migmap</requirement>
     </requirements>
     <command detect_errors='exit_code'><![CDATA[
 export IGBLAST_PATH=\$(dirname \$(which igblastn)) &&