comparison macros.xml @ 7:0622d99c2619 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_datasets commit 7fc0becfda6c41c95d4aa9ee32ae0539be9b6210
author iuc
date Tue, 07 Jun 2022 17:39:19 +0000
parents 5a2656cc84cb
children b2ae7186d41f
comparison
equal deleted inserted replaced
6:5a2656cc84cb 7:0622d99c2619
1 <macros> 1 <macros>
2 <token name="@TOOL_VERSION@">13.21.0</token> 2 <token name="@TOOL_VERSION@">13.21.0</token>
3 <token name="@PROFILE@">20.01</token> 3 <token name="@PROFILE@">20.01</token>
4 <token name="@LICENSE@">MIT</token> 4 <token name="@LICENSE@">MIT</token>
5 <token name="@VERSION_SUFFIX@">1</token>
5 <token name="@PROFILE_AND_LICENSE@">profile="@PROFILE@" license="@LICENSE@"</token> 6 <token name="@PROFILE_AND_LICENSE@">profile="@PROFILE@" license="@LICENSE@"</token>
6 <token name="@SETUP_CERTIFICATES@"><![CDATA[ 7 <token name="@SETUP_CERTIFICATES@"><![CDATA[
7 ## 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
8 [ -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";
9 ]]></token> 10 ]]></token>