diff get_DB_data.xml @ 3:72e99f02308e draft

planemo upload for repository https://github.com/brsynth commit 15dbdd1f0a222a8e1b0fb5c16b36885520a3d005
author tduigou
date Fri, 11 Apr 2025 13:22:51 +0000
parents 41ac63b5d221
children 61158f32e5c3
line wrap: on
line diff
--- a/get_DB_data.xml	Fri Apr 11 13:20:22 2025 +0000
+++ b/get_DB_data.xml	Fri Apr 11 13:22:51 2025 +0000
@@ -1,5 +1,9 @@
-<tool id="get_DB_data" name="get data from DB" version="0.1.0" profile="21.09">
+<tool id="get_DB_data" name="get data from DB" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.09">
     <description>Import data from Sorbonne Biofondry DB</description>
+    <macros>
+        <token name="@VERSION_SUFFIX@">0</token>
+        <token name="@TOOL_VERSION@">0.1.0</token>
+    </macros>
     <requirements>
         <requirement type="package" version="2.2.3">pandas</requirement>
         <requirement type="package" version="2.0.40">sqlalchemy</requirement>