# HG changeset patch # User galaxyp # Date 1617904449 0 # Node ID 6278dd24a8600660a8ec3fa9e872455d9f2d97f3 # Parent 0202b8f3a516def09825fe66332539e218f844db "planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 64740168b7816f0fe38f6f0629cb7e618cd42878" diff -r 0202b8f3a516 -r 6278dd24a860 encyclopedia_library_to_blib.xml --- a/encyclopedia_library_to_blib.xml Mon Sep 14 17:07:04 2020 +0000 +++ b/encyclopedia_library_to_blib.xml Thu Apr 08 17:54:09 2021 +0000 @@ -1,4 +1,4 @@ -<tool id="encyclopedia_library_to_blib" name="ConvertLibraryToBlib" version="@VERSION@.0" python_template_version="3.5"> +<tool id="encyclopedia_library_to_blib" name="ConvertLibraryToBlib" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> <description>Convert EncyclopeDIA Library to BLIB for Skyline</description> <macros> <import>macros.xml</import> diff -r 0202b8f3a516 -r 6278dd24a860 macros.xml --- a/macros.xml Mon Sep 14 17:07:04 2020 +0000 +++ b/macros.xml Thu Apr 08 17:54:09 2021 +0000 @@ -1,8 +1,9 @@ <macros> - <token name="@VERSION@">0.9.5</token> + <token name="@TOOL_VERSION@">1.2.2</token> + <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> - <requirement type="package" version="@VERSION@">encyclopedia</requirement> + <requirement type="package" version="@TOOL_VERSION@">encyclopedia</requirement> <yield/> </requirements> </xml>