Mercurial > repos > iuc > raceid_trajectory
comparison macros.xml @ 7:c34eff5473d9 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raceid3 commit b461ba94158cf4cc793919470b78bd3eb91312eb"
| author | iuc |
|---|---|
| date | Thu, 02 Dec 2021 16:18:00 +0000 |
| parents | d18829706789 |
| children | 12f9d9d074c9 |
comparison
equal
deleted
inserted
replaced
| 6:d18829706789 | 7:c34eff5473d9 |
|---|---|
| 23 #' | 23 #' |
| 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="@VERSION_RACEID@">0.2.3</token> | 28 <token name="@TOOL_VERSION@">0.2.3</token> |
| 29 <token name="@VERSION_WRAPPER@">0</token> | 29 <token name="@VERSION_SUFFIX@">1</token> |
| 30 | 30 |
| 31 <macro name="version_command_config" token_prog="temp" token_cheetah="temp2" token_out="2> '$outlog'"> | 31 <macro name="version_command_config" token_prog="temp" token_cheetah="temp2" token_out="2> '$outlog'"> |
| 32 <version_command><![CDATA[ | 32 <version_command><![CDATA[ |
| 33 Rscript '$__tool_directory__/scripts/@PROG@' 2>&1 | head -1 | cut -d' ' -f 2 | 33 Rscript '$__tool_directory__/scripts/@PROG@' 2>&1 | head -1 | cut -d' ' -f 2 |
| 34 ]]></version_command> | 34 ]]></version_command> |
| 45 </configfiles> | 45 </configfiles> |
| 46 </macro> | 46 </macro> |
| 47 | 47 |
| 48 <macro name="requirements" > | 48 <macro name="requirements" > |
| 49 <requirements> | 49 <requirements> |
| 50 <requirement type="package" version="@VERSION_RACEID@" >r-raceid</requirement> | 50 <requirement type="package" version="@TOOL_VERSION@" >r-raceid</requirement> |
| 51 <!-- <requirement type="package" version="1.6.2">bioconductor-scran</requirement> --> | 51 <!-- <requirement type="package" version="1.6.2">bioconductor-scran</requirement> --> |
| 52 </requirements> | 52 </requirements> |
| 53 </macro> | 53 </macro> |
| 54 <macro name="yesno_checkedno" > | 54 <macro name="yesno_checkedno" > |
| 55 <option value="yes" >Yes</option> | 55 <option value="yes" >Yes</option> |
