comparison macros.xml @ 8:2b0d3e2f402a draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raceid3 commit 455bad7eca54164f95755174904842907846bb42"
author iuc
date Mon, 20 Dec 2021 10:13:54 +0000
parents be4646256624
children f3eb2291da05
comparison
equal deleted inserted replaced
7:be4646256624 8:2b0d3e2f402a
24 #' e.g. "red,yellow,white" evaluates to c("red","yellow","white") 24 #' e.g. "red,yellow,white" evaluates to c("red","yellow","white")
25 return(unlist(strsplit(string,","))) 25 return(unlist(strsplit(string,",")))
26 } 26 }
27 </token> 27 </token>
28 <token name="@TOOL_VERSION@">0.2.3</token> 28 <token name="@TOOL_VERSION@">0.2.3</token>
29 <token name="@VERSION_SUFFIX@">1</token> 29 <token name="@VERSION_SUFFIX@">2</token>
30 <token name="@PROFILE@">21.01</token>
30 31
31 <macro name="version_command_config" token_prog="temp" token_cheetah="temp2" token_out="2&#62; '$outlog'"> 32 <macro name="version_command_config" token_prog="temp" token_cheetah="temp2" token_out="2&#62; '$outlog'">
32 <version_command><![CDATA[ 33 <version_command><![CDATA[
33 Rscript '$__tool_directory__/scripts/@PROG@' 2>&1 | head -1 | cut -d' ' -f 2 34 Rscript '$__tool_directory__/scripts/@PROG@' 2>&1 | head -1 | cut -d' ' -f 2
34 ]]></version_command> 35 ]]></version_command>