diff macros.xml @ 1:abda9f79fde5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicstuff commit c1b3c8d3e6a2f18ae89918e89d8dc8a3a0a6d24c
author iuc
date Fri, 04 Oct 2024 08:47:50 +0000
parents 69efdb94f75c
children 8145c21a0ca7
line wrap: on
line diff
--- a/macros.xml	Fri Nov 25 11:31:39 2022 +0000
+++ b/macros.xml	Fri Oct 04 08:47:50 2024 +0000
@@ -1,9 +1,11 @@
 <macros>
-    <token name="@TOOL_VERSION@">3.1.5</token>
+    <token name="@TOOL_VERSION@">3.1.5</token><!-- TODO remove cooler and biopython requirement on update -->
     <token name="@PROFILE@">21.09</token>
     <xml name="requirements">
         <requirements>
-        <requirement type="package" version="3.1.5">hicstuff</requirement>
+            <requirement type="package" version="@TOOL_VERSION@">hicstuff</requirement>
+            <requirement type="package" version="0.10.2">cooler</requirement>
+            <requirement type="package" version="1.80">biopython</requirement>
             <yield/>
         </requirements>
     </xml>