comparison macros.xml @ 4:fa298a49c564 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/ampvis2 commit e0ad9ce8f508215ec6af69be2682a0faf38415da
author iuc
date Mon, 10 Nov 2025 12:51:03 +0000
parents 8aca5fafdd3a
children
comparison
equal deleted inserted replaced
3:a218c47f9f08 4:fa298a49c564
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">2.8.9</token> 2 <token name="@TOOL_VERSION@">2.8.11</token>
3 <token name="@VERSION_SUFFIX@">0</token> 3 <token name="@VERSION_SUFFIX@">0</token>
4 <token name="@PROFILE@">22.01</token> 4 <token name="@PROFILE@">22.01</token>
5 <xml name="header"> 5 <xml name="header">
6 <xrefs> 6 <xrefs>
7 <xref type="bio.tools">ampvis</xref> 7 <xref type="bio.tools">ampvis</xref>
8 </xrefs> 8 </xrefs>
9 <requirements> 9 <requirements>
10 <requirement type="package" version="@TOOL_VERSION@">r-ampvis2</requirement> 10 <requirement type="package" version="@TOOL_VERSION@">r-ampvis2</requirement>
11 <requirement type="package" version="2.1.5">r-readr</requirement> 11 <requirement type="package" version="2.1.5">r-readr</requirement>
12 <requirement type="package" version="1.46.0">bioconductor-phyloseq</requirement> 12 <requirement type="package" version="1.50.0">bioconductor-phyloseq</requirement>
13 </requirements> 13 </requirements>
14 <version_command><![CDATA[ 14 <version_command><![CDATA[
15 echo $(R --version | grep "R version")", ampvis2 version" $(R --vanilla --slave -e "library(ampvis2, quietly = TRUE); sessionInfo()\$otherPkgs\$ampvis2\$Version" 2> /dev/null | grep -v -i "WARNING: ") 15 echo $(R --version | grep "R version")", ampvis2 version" $(R --vanilla --slave -e "library(ampvis2, quietly = TRUE); sessionInfo()\$otherPkgs\$ampvis2\$Version" 2> /dev/null | grep -v -i "WARNING: ")
16 ]]></version_command> 16 ]]></version_command>
17 17