Mercurial > repos > ecology > obisindicators
comparison macro.xml @ 4:8ca01a4cfd27 draft default tip
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/obisindicators commit 13ac67c0a21d742b29e6273cdff058560abad770
author | ecology |
---|---|
date | Tue, 05 Nov 2024 14:17:36 +0000 |
parents | 51b30155533d |
children |
comparison
equal
deleted
inserted
replaced
3:ebb36b7dbae6 | 4:8ca01a4cfd27 |
---|---|
1 <macros> | 1 <macros> |
2 <token name="@VERSION@">0.0.2</token> | 2 <token name="@VERSION@">0.0.2</token> |
3 <xrefs> | |
4 <xref type="bio.tools">obisindicators</xref> | |
5 </xrefs> | |
3 <xml name="requirements"> | 6 <xml name="requirements"> |
4 <requirements> | 7 <requirements> |
5 <requirement type="package" version="4.2.2">r-base</requirement> | 8 <requirement type="package" version="4.2.2">r-base</requirement> |
6 <requirement type="package" version="3.4.0">r-ggplot2</requirement> | 9 <requirement type="package" version="3.4.0">r-ggplot2</requirement> |
7 <yield /> | 10 <yield /> |
8 </requirements> | 11 </requirements> |
12 | |
9 </xml> | 13 </xml> |
10 <xml name="SRS_input"> | 14 <xml name="obis_input"> |
11 <param name="input" type="data" format="tabular,csv,txt" label="Input table"/> | 15 <param name="input" type="data" format="tabular,csv,txt" label="Input table"/> |
12 <param name="colnames" type="boolean" label="First line is a header line" checked="true"/> | 16 <param name="colnames" type="boolean" label="First line is a header line" checked="true"/> |
13 <param name="separator" type="text" label="What character is the separator in your data? (Mostlikely a comma for a csv file and t for a tabular)"/> | |
14 </xml> | 17 </xml> |
15 <xml name="SRS_bibref"> | 18 <xml name="obis_bibref"> |
16 <citations> | 19 <citations> |
17 <citation type="bibtex"> | 20 <citation type="bibtex"> |
18 @Manual{, | 21 @Manual{, |
19 title = {obisindicators: Develop marine biodiversity indicators from OBIS data}, | 22 title = {obisindicators: Develop marine biodiversity indicators from OBIS data}, |
20 author = {Ben Ben and Pieter Provoost and Tylar Murray}, | 23 author = {Ben Ben and Pieter Provoost and Tylar Murray}, |
23 https://github.com/marinebon/obisindicators}, | 26 https://github.com/marinebon/obisindicators}, |
24 } | 27 } |
25 </citation> | 28 </citation> |
26 </citations> | 29 </citations> |
27 </xml> | 30 </xml> |
31 <xml name="obis_doiref"> | |
32 <citations> | |
33 <citation type="doi">DOI:10.5281/zenodo.6969395</citation> | |
34 </citations> | |
35 </xml> | |
28 <xml name="topic"> | 36 <xml name="topic"> |
29 <edam_topics> | 37 <edam_topics> |
30 <edam_topic>topic_0610</edam_topic> | 38 <edam_topic>topic_0610</edam_topic> |
31 <edam_topic>topic_3050</edam_topic> | 39 <edam_topic>topic_3050</edam_topic> |
32 </edam_topics> | 40 </edam_topics> |