changeset 3:50871000e977 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/autodock_vina commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
author bgruening
date Tue, 28 Jul 2020 08:17:31 -0400
parents f6eb53a200df
children
files prepare_ligand.xml
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/prepare_ligand.xml	Tue May 07 13:32:15 2019 -0400
+++ b/prepare_ligand.xml	Tue Jul 28 08:17:31 2020 -0400
@@ -1,7 +1,11 @@
-<tool id="prepare_ligand" name="Prepare ligand" version="0.1.0">
+<tool id="prepare_ligand" name="Prepare ligand" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
+    <macros>
+        <token name="@TOOL_VERSION@">1.5.7</token>
+        <token name="@GALAXY_VERSION@">0</token>
+    </macros>
     <description>for docking with Autodock Vina</description>
     <requirements>
-        <requirement type="package" version="1.5.6">mgltools</requirement>
+        <requirement type="package" version="@TOOL_VERSION@">mgltools</requirement>
     </requirements>
     <stdio>
         <exit_code range="1" />