changeset 5:e58c2cd8e624 draft

planemo upload for repository https://gitlab.com/ifb-elixirfr/abromics/galaxy-tools commit 6afa8c416e3616d50952b8d3deab90e55580c787-dirty
author ifb-elixirfr
date Fri, 06 Oct 2023 13:42:25 +0000
parents f390341fa01b
children 089c8dda0782
files abromics_galaxy_json_extractor.xml macro.xml
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/abromics_galaxy_json_extractor.xml	Tue Oct 03 08:36:51 2023 +0000
+++ b/abromics_galaxy_json_extractor.xml	Fri Oct 06 13:42:25 2023 +0000
@@ -10,6 +10,7 @@
     <expand macro="version_command"/>
     <command detect_errors="aggressive"><![CDATA[
     #import re
+    abromics_extract --version &&
     mkdir "abromics_extracted_folder" &&
     #*=================================================================
         Paramaters to add Database and tool version if available
--- a/macro.xml	Tue Oct 03 08:36:51 2023 +0000
+++ b/macro.xml	Fri Oct 06 13:42:25 2023 +0000
@@ -1,7 +1,7 @@
 
 <macros>
     <token name="@TOOL_VERSION@">0.8.1</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <token name="@PROFILE@">21.05</token>
     <xml name="version_command">
         <version_command><![CDATA[abromics_extract --version]]></version_command>