comparison macros.xml @ 10:8a97adb91229 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:38:44 +0000
parents fcd6769c5b7d
children 4ca46c586b54
comparison
equal deleted inserted replaced
9:fcd6769c5b7d 10:8a97adb91229
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>