Mercurial > repos > galaxyp > encyclopedia_fasta_to_prosit_csv
changeset 1:469da8c03202 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 64740168b7816f0fe38f6f0629cb7e618cd42878"
author | galaxyp |
---|---|
date | Thu, 08 Apr 2021 17:55:16 +0000 |
parents | ca7a315fb902 |
children | b2ae586dc13b |
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 17:05:51 2020 +0000 +++ b/encyclopedia_fasta_to_prosit_csv.xml Thu Apr 08 17:55:16 2021 +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 17:05:51 2020 +0000 +++ b/macros.xml Thu Apr 08 17:55:16 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>