diff nxn_clustering.xml @ 12:3b14765c22ee draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/chemfp commit 7fb96a3844b4771084f18de2346ed6d5e241d839"
author bgruening
date Sat, 25 Sep 2021 19:07:44 +0000
parents 92c7cdc243e8
children
line wrap: on
line diff
--- a/nxn_clustering.xml	Wed Jun 24 13:12:05 2020 -0400
+++ b/nxn_clustering.xml	Sat Sep 25 19:07:44 2021 +0000
@@ -1,7 +1,11 @@
-<tool id="ctb_chemfp_nxn_clustering" name="NxN clustering" version="1.6">
+<tool id="ctb_chemfp_nxn_clustering" name="NxN clustering" version="@TOOL_VERSION@+@VERSION_SUFFIX@">
     <description>of molecular fingerprints</description>
+    <macros>
+        <token name="@TOOL_VERSION@">1.6.1</token>
+        <token name="@VERSION_SUFFIX@">0</token>
+    </macros>
     <requirements>
-        <requirement type="package" version="1.6">chemfp</requirement>
+        <requirement type="package" version="@TOOL_VERSION@">chemfp</requirement>
         <requirement type="package" version="2.2.5">matplotlib</requirement>
         <requirement type="package" version="1.2.1">scipy</requirement>
     </requirements>