diff macros.xml @ 2:e30f622ef2c3 draft default tip

planemo upload for repository https://github.com/goeckslab/tools-mti/tree/main/tools/palom commit 08d9f2d59c26e67a162d75ae6e8b5fa734ab7b3c
author goeckslab
date Tue, 06 Sep 2022 21:15:56 +0000
parents b66b59713319
children
line wrap: on
line diff
--- a/macros.xml	Wed May 18 22:55:21 2022 +0000
+++ b/macros.xml	Tue Sep 06 21:15:56 2022 +0000
@@ -1,7 +1,7 @@
 <macros>
     <xml name="requirements">
         <requirements>
-            <container type="docker">quay.io/goeckslab/palom:2021.12.0</container>
+            <container type="docker">quay.io/goeckslab/palom:@TOOL_VERSION@</container>
         </requirements>
     </xml>
     <xml name="citations">
@@ -9,4 +9,7 @@
             <yield />
         </citations>
     </xml>
-</macros>
\ No newline at end of file
+    <token name="@TOOL_VERSION@">2022.8.2</token>
+    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@PROFILE@">20.01</token>
+</macros>