comparison coreograph.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
5 </macros> 5 </macros>
6 6
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
8 <expand macro="version_cmd"/> 8 <expand macro="version_cmd"/>
9 9
10 <command detect_errors="exit_code"><![CDATA[ 10 <command detect_errors="aggressive"><![CDATA[
11 #set $type_corrected = 'image.' + str($source_image.file_ext) 11 #set $type_corrected = 'image.' + str($source_image.file_ext)
12 ln -s '$source_image' '$type_corrected' && 12 ln -s '$source_image' '$type_corrected' &&
13 13
14 @CMD_BEGIN@ 14 @CMD_BEGIN@
15 15