comparison macros.xml @ 9:18eed8fa7f23 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit baddca770f8ae8475785374d883b3b42fac27c0c
author iuc
date Wed, 24 Aug 2022 13:00:58 +0000
parents b2ae7186d41f
children a3395b1d871b
comparison
equal deleted inserted replaced
8:b2ae7186d41f 9:18eed8fa7f23
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">13.24.1</token> 2 <token name="@TOOL_VERSION@">13.35.0</token>
3 <token name="@PROFILE@">20.01</token> 3 <token name="@VERSION_SUFFIX@">0</token>
4 <token name="@PROFILE@">21.01</token>
4 <token name="@LICENSE@">MIT</token> 5 <token name="@LICENSE@">MIT</token>
5 <token name="@VERSION_SUFFIX@">1</token>
6 <token name="@PROFILE_AND_LICENSE@">profile="@PROFILE@" license="@LICENSE@"</token> 6 <token name="@PROFILE_AND_LICENSE@">profile="@PROFILE@" license="@LICENSE@"</token>
7 <token name="@SETUP_CERTIFICATES@"><![CDATA[ 7 <token name="@SETUP_CERTIFICATES@"><![CDATA[
8 ## If running in container use certificate from ca-certificates instead of outdated / missing container certificates 8 ## If running in container use certificate from ca-certificates instead of outdated / missing container certificates
9 [ -f /usr/local/ssl/cacert.pem ] && export SSL_CERT_FILE="/usr/local/ssl/cacert.pem"; 9 [ -f /usr/local/ssl/cacert.pem ] && export SSL_CERT_FILE="/usr/local/ssl/cacert.pem";
10 ]]></token> 10 ]]></token>
11 <xml name="requirements"> 11 <xml name="requirements">
12 <requirements> 12 <requirements>
13 <requirement type="package" version="@TOOL_VERSION@">ncbi-datasets-cli</requirement> 13 <requirement type="package" version="@TOOL_VERSION@">ncbi-datasets-cli</requirement>
14 <requirement type="package" version="2021.10.8">ca-certificates</requirement> 14 <requirement type="package" version="2022.6.15">ca-certificates</requirement>
15 <requirement type="package" version="16.02">p7zip</requirement> 15 <requirement type="package" version="16.02">p7zip</requirement>
16 </requirements> 16 </requirements>
17 </xml> 17 </xml>
18 <xml name="annotation"> 18 <xml name="annotation">
19 <param argument="--annotated" type="boolean" truevalue="--annotated" falsevalue="" label="Only include genomes with annotation ?"/> 19 <param argument="--annotated" type="boolean" truevalue="--annotated" falsevalue="" label="Only include genomes with annotation ?"/>