Mercurial > repos > gga > genenotebook_genenotebook_build
diff macros.xml @ 1:f415e44e71de draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/genenotebook commit a04f273adbc0ebb95bf42bf5bad8b41ba7aba91d
author | gga |
---|---|
date | Mon, 03 Apr 2023 15:01:52 +0000 |
parents | 22f22c3e81bf |
children | 5a6050937cb9 |
line wrap: on
line diff
--- a/macros.xml Wed Jan 11 11:49:13 2023 +0000 +++ b/macros.xml Mon Apr 03 15:01:52 2023 +0000 @@ -2,12 +2,12 @@ <macros> <xml name="requirements"> <requirements> - <requirement type="package" version="@TOOL_VERSION@">genenotebook</requirement> + <requirement type="package" version="@TOOL_VERSION@">genoboo</requirement> <yield/> </requirements> </xml> - <token name="@TOOL_VERSION@">0.3.2</token> + <token name="@TOOL_VERSION@">0.4.1</token> <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy0</token> <xml name="citation"> @@ -16,6 +16,19 @@ </citations> </xml> + <xml name="sanitized"> + <sanitizer> + <valid initial="string.printable"> + <remove value="'"/> + </valid> + <mapping initial="none"> + <add source="'" target="'"'"'"/> + <add source="(" target="\("/> + <add source=")" target="\)"/> + </mapping> + </sanitizer> + </xml> + <token name="@CONNECT_INFO@">-u admin -p admin --port \$GNB_PORT</token> <!-- @@ -24,8 +37,8 @@ For some unknwon reason, unixSocketPrefix needs an absolute path --> <token name="@START_GNB@"><![CDATA[ - export GNB_PORT=\$(bash '$__tool_directory__/find_free_port.sh'); - export MONGO_URI=\$(pwd | sed 's|/|%2F|g'); + export GNB_PORT="\$(bash '$__tool_directory__/find_free_port.sh')"; + export MONGO_URI="\$(pwd | sed 's|/|%2F|g')"; #if $existing tar -xf '${existing}' mongo_db; #else