Repository 'coreograph'
hg clone https://toolshed.g2.bx.psu.edu/repos/perssond/coreograph

Changeset 3:ee92746d141a (2022-09-20)
Previous changeset 2:224e0cf4aaeb (2022-09-01)
Commit message:
planemo upload for repository https://github.com/ohsu-comp-bio/UNetCoreograph commit 72a33d7c3ad18e717ec61c6b845099d69b9b7abd
modified:
coreograph.xml
macros.xml
b
diff -r 224e0cf4aaeb -r ee92746d141a coreograph.xml
--- 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' &&
         
b
diff -r 224e0cf4aaeb -r ee92746d141a macros.xml
--- 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