Previous changeset 5:fd98c5af5a6c (2021-05-06) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/colibread commit 747394d19e88a569a5154615e366ea0401c820dd |
modified:
discosnp_pp.xml macros.xml |
b |
diff -r fd98c5af5a6c -r b3b0ce84e711 discosnp_pp.xml --- a/discosnp_pp.xml Thu May 06 12:45:52 2021 +0000 +++ b/discosnp_pp.xml Sat Oct 05 19:55:25 2024 +0000 |
b |
@@ -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> |
b |
diff -r fd98c5af5a6c -r b3b0ce84e711 macros.xml --- a/macros.xml Thu May 06 12:45:52 2021 +0000 +++ b/macros.xml Sat Oct 05 19:55:25 2024 +0000 |
b |
@@ -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> |