comparison macros.xml @ 1:57f1260ca94e draft

"planemo upload commit fec9dc76b3dd17b14b02c2f04be9d30f71eba1ae"
author watsocam
date Fri, 11 Mar 2022 23:40:51 +0000
parents 99308601eaa6
children 224e0cf4aaeb
comparison
equal deleted inserted replaced
0:99308601eaa6 1:57f1260ca94e
22 <xml name="citations"> 22 <xml name="citations">
23 <citations> 23 <citations>
24 </citations> 24 </citations>
25 </xml> 25 </xml>
26 26
27 <token name="@VERSION@">2.2.0</token> 27 <token name="@VERSION@">2.2.8</token>
28 <token name="@CMD_BEGIN@">python ${__tool_directory__}/UNetCoreograph.py</token> 28 <token name="@CMD_BEGIN@"><![CDATA[
29 UNET_PATH="";
30 if [ -f "/app/UNetCoreograph.py" ]; then
31 export UNET_PATH="/app/UNetCoreograph.py";
32 else
33 export UNET_PATH="${__tool_directory__}/UNetCoreograph.py";
34 fi;
35 ]]></token>
29 </macros> 36 </macros>