Mercurial > repos > iuc > colibread_discosnp_pp
changeset 6:b3b0ce84e711 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 747394d19e88a569a5154615e366ea0401c820dd
author | iuc |
---|---|
date | Sat, 05 Oct 2024 19:55:25 +0000 |
parents | fd98c5af5a6c |
children | |
files | discosnp_pp.xml macros.xml |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/discosnp_pp.xml Thu May 06 12:45:52 2021 +0000 +++ b/discosnp_pp.xml Sat Oct 05 19:55:25 2024 +0000 @@ -1,6 +1,7 @@ -<tool id="discosnp_pp" name="DiscoSnp++" version="@DISCOSNP_VERSION@+galaxy0" profile="@PROFILE@"> +<tool id="discosnp_pp" name="DiscoSnp++" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@"> <description>is an efficient tool for detecting SNPs without a reference genome.</description> <macros> + <token name="@TOOL_VERSION@">2.5.4</token> <import>macros.xml</import> </macros> <expand macro="discosnp_requirements" /> @@ -57,8 +58,8 @@ </conditional> </inputs> <outputs> - <data name="vcf" from_work_dir="*_coherent.vcf" format="vcf" label="VCF with ${tool.name} on $on_string"/> - <data name="fasta" from_work_dir="*_coherent.fa" format="fasta" label="Multifasta with ${tool.name} on $on_string"/> + <data name="vcf" from_work_dir="*_coherent.vcf" format="vcf" label="${tool.name} on ${on_string}: VCF"/> + <data name="fasta" from_work_dir="*_coherent.fa" format="fasta" label="${tool.name} on ${on_string}: FASTA"/> </outputs> <tests> <test>
--- a/macros.xml Thu May 06 12:45:52 2021 +0000 +++ b/macros.xml Sat Oct 05 19:55:25 2024 +0000 @@ -1,11 +1,10 @@ <macros> - <token name="@DISCOSNP_VERSION@">2.5.4</token> - <token name="@PROFILE@">20.01</token> + <token name="@PROFILE@">23.1</token> <xml name="discosnp_requirements"> <requirements> - <requirement type="package" version="@DISCOSNP_VERSION@">discosnp</requirement> + <requirement type="package" version="@TOOL_VERSION@">discosnp</requirement> </requirements> </xml>