Mercurial > repos > iuc > kallisto_pseudo
changeset 5:87c11c05d238 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kallisto/ commit c657f8cc0308cd70b26e3b111e5d8008901cda24"
author | iuc |
---|---|
date | Sun, 18 Jul 2021 17:53:43 +0000 |
parents | 01247aaf0a10 |
children | a157781cddd7 |
files | kallisto_pseudo.xml macros.xml test-data/kallisto_quant_out4.bam test-data/kallisto_quant_out5.bam |
diffstat | 4 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/kallisto_pseudo.xml Tue Apr 06 21:08:39 2021 +0000 +++ b/kallisto_pseudo.xml Sun Jul 18 17:53:43 2021 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tool id="kallisto_pseudo" name="Kallisto pseudo" version="@VERSION@.2"> +<tool id="kallisto_pseudo" name="Kallisto pseudo" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05"> <description>- run pseudoalignment on RNA-Seq transcripts</description> <macros> <import>macros.xml</import>
--- a/macros.xml Tue Apr 06 21:08:39 2021 +0000 +++ b/macros.xml Sun Jul 18 17:53:43 2021 +0000 @@ -1,10 +1,11 @@ <?xml version="1.0"?> <macros> - <token name="@VERSION@">0.46.0</token> + <token name="@TOOL_VERSION@">0.46.2</token> + <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> - <requirement type="package" version="@VERSION@">kallisto</requirement> - <requirement type="package" version="1.9">samtools</requirement> + <requirement type="package" version="@TOOL_VERSION@">kallisto</requirement> + <requirement type="package" version="1.12">samtools</requirement> </requirements> </xml> <xml name="citations">