Mercurial > repos > iuc > raceid_filtnormconf
comparison macros.xml @ 8:c891d8b33ede 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:12:14 +0000 |
parents | d45f092caf24 |
children | b83fbc90161e |
comparison
equal
deleted
inserted
replaced
7:d45f092caf24 | 8:c891d8b33ede |
---|---|
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> '$outlog'"> | 32 <macro name="version_command_config" token_prog="temp" token_cheetah="temp2" token_out="2> '$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> |