Mercurial > repos > iuc > raceid_clustering
comparison macros.xml @ 9:0bff0ee0683a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raceid3 commit 82a18e57158136e265a26f27feb40f8dc13437bf
author | iuc |
---|---|
date | Wed, 24 Aug 2022 18:09:06 +0000 |
parents | f911a64454fb |
children |
comparison
equal
deleted
inserted
replaced
8:f911a64454fb | 9:0bff0ee0683a |
---|---|
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@">2</token> | 29 <token name="@VERSION_SUFFIX@">3</token> |
30 <token name="@PROFILE@">21.01</token> | 30 <token name="@PROFILE@">21.01</token> |
31 | 31 |
32 <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'"> |
33 <version_command><![CDATA[ | 33 <version_command><![CDATA[ |
34 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 |