changeset 1:1571f129b9a0 draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit ad6387a658edae6d179933a71f40f24d690c8c50"
author galaxyp
date Wed, 20 Apr 2022 11:46:30 +0000
parents 88d3243c483f
children 4419b0f9bf79
files encyclopedia_fasta_to_prosit_csv.xml macros.xml
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/encyclopedia_fasta_to_prosit_csv.xml	Mon Sep 14 16:57:58 2020 +0000
+++ b/encyclopedia_fasta_to_prosit_csv.xml	Wed Apr 20 11:46:30 2022 +0000
@@ -1,4 +1,4 @@
-<tool id="encyclopedia_fasta_to_prosit_csv" name="ConvertFastaToPrositCSV" version="@VERSION@.0" python_template_version="3.5">
+<tool id="encyclopedia_fasta_to_prosit_csv" name="ConvertFastaToPrositCSV" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
     <description>Create Prosit CSV Input From a Protein FASTA</description>
     <macros>
         <import>macros.xml</import>
--- a/macros.xml	Mon Sep 14 16:57:58 2020 +0000
+++ b/macros.xml	Wed Apr 20 11:46:30 2022 +0000
@@ -1,8 +1,9 @@
 <macros>
-    <token name="@VERSION@">0.9.5</token>
+    <token name="@TOOL_VERSION@">1.12.34</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>