Mercurial > repos > iuc > ggplot2_point
comparison macros.xml @ 15:f87634b12749 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ggplot2 commit 57b86418a4f032a5664b8dc1c9585a11be629158
author | iuc |
---|---|
date | Thu, 15 May 2025 13:02:15 +0000 |
parents | 5298e06f14f9 |
children |
comparison
equal
deleted
inserted
replaced
14:5298e06f14f9 | 15:f87634b12749 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <macros> | 2 <macros> |
3 <xml name="requirements"> | 3 <xml name="requirements"> |
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="4.1.1">r-base</requirement> | |
6 <requirement type="package" version="@TOOL_VERSION@">r-ggplot2</requirement> | 5 <requirement type="package" version="@TOOL_VERSION@">r-ggplot2</requirement> |
7 <yield /> | 6 <yield /> |
8 </requirements> | 7 </requirements> |
9 </xml> | 8 </xml> |
10 <xml name="bio_tools"> | 9 <xml name="bio_tools"> |
11 <xrefs> | 10 <xrefs> |
12 <xref type="bio.tools">ggplot2</xref> | 11 <xref type="bio.tools">ggplot2</xref> |
13 </xrefs> | 12 </xrefs> |
14 </xml> | 13 </xml> |
15 <token name="@TOOL_VERSION@">3.4.0</token> | 14 <token name="@TOOL_VERSION@">3.5.1</token> |
16 <token name="@VERSION_SUFFIX@">1</token> | 15 <token name="@VERSION_SUFFIX@">1</token> |
17 | 16 |
18 <token name="@R_INIT@"><![CDATA[ | 17 <token name="@R_INIT@"><![CDATA[ |
19 ## Setup R error handling to go to stderr | 18 ## Setup R error handling to go to stderr |
20 options(show.error.messages=F, error=function(){cat(geterrmessage(), file=stderr()); q("no",1,F)}) | 19 options(show.error.messages=F, error=function(){cat(geterrmessage(), file=stderr()); q("no",1,F)}) |
341 <option value="20">bullet (smaller circle)</option> | 340 <option value="20">bullet (smaller circle)</option> |
342 </param> | 341 </param> |
343 </when> | 342 </when> |
344 </conditional> | 343 </conditional> |
345 </xml> | 344 </xml> |
345 <xml name="data_input"> | |
346 <param name="input_data" type="data" format="csv,tsv,txt,tabular,parquet" label="Input table" help= "Input file in a tabular/tsv/csv/parquet format"/> | |
347 </xml> | |
348 | |
349 <xml name="axes_labels"> | |
350 <param name="xlab" type="text" label="Label for the x axis" optional="true"/> | |
351 <param name="ylab" type="text" label="Label for the y axis" optional="true"/> | |
352 </xml> | |
353 | |
354 <xml name="export_data"> | |
355 <param name="export_R_script" type="boolean" checked="false" truevalue="TRUE" falsevalue="FALSE" label="Export the R script to reproduce the analysis" | |
356 help="Check this box to export the script executed in the Galaxy tool as an R file to be able to reproduce the same processing offline. Not that in this case, the file paths need to be altered and all the dependencies have to be managed manually."/> | |
357 </xml> | |
346 </macros> | 358 </macros> |