comparison macros.xml @ 3:ee92746d141a draft default tip

planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
author goeckslab
date Tue, 20 Sep 2022 17:34:36 +0000
parents 224e0cf4aaeb
children
comparison
equal deleted inserted replaced
2:224e0cf4aaeb 3:ee92746d141a
25 <citations> 25 <citations>
26 </citations> 26 </citations>
27 </xml> 27 </xml>
28 28
29 <token name="@TOOL_VERSION@">2.2.8</token> 29 <token name="@TOOL_VERSION@">2.2.8</token>
30 <token name="@VERSION_SUFFIX@">0</token> 30 <token name="@VERSION_SUFFIX@">1</token>
31 <token name="@CMD_BEGIN@"><![CDATA[ 31 <token name="@CMD_BEGIN@"><![CDATA[
32 UNET_PATH="" && 32 UNET_PATH="" &&
33 if [ -f "/app/UNetCoreograph.py" ]; then 33 if [ -f "/app/UNetCoreograph.py" ]; then
34 export UNET_PATH="/app/UNetCoreograph.py"; 34 export UNET_PATH="/app/UNetCoreograph.py";
35 else 35 else