changeset 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
files coreograph.xml macros.xml
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/coreograph.xml	Thu Sep 01 22:43:42 2022 +0000
+++ b/coreograph.xml	Tue Sep 20 17:34:36 2022 +0000
@@ -7,7 +7,7 @@
     <expand macro="requirements"/>
     <expand macro="version_cmd"/>
 
-    <command detect_errors="exit_code"><![CDATA[
+    <command detect_errors="aggressive"><![CDATA[
         #set $type_corrected = 'image.' + str($source_image.file_ext)
         ln -s '$source_image' '$type_corrected' &&
         
--- a/macros.xml	Thu Sep 01 22:43:42 2022 +0000
+++ b/macros.xml	Tue Sep 20 17:34:36 2022 +0000
@@ -27,7 +27,7 @@
     </xml>
 
     <token name="@TOOL_VERSION@">2.2.8</token>
-    <token name="@VERSION_SUFFIX@">0</token>
+    <token name="@VERSION_SUFFIX@">1</token>
     <token name="@CMD_BEGIN@"><![CDATA[
     UNET_PATH="" &&
     if [ -f "/app/UNetCoreograph.py" ]; then