Mercurial > repos > ecology > obis_data
comparison macro.xml @ 0:1fcd81d65467 draft
planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/obisindicators commit b377ff767e3051f301c2f02cfe3e1a17b285ede4
| author | ecology |
|---|---|
| date | Thu, 18 Jan 2024 09:33:52 +0000 |
| parents | |
| children | 5bae75c49f2e |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1fcd81d65467 |
|---|---|
| 1 <macros> | |
| 2 <token name="@VERSION@">0.0.2</token> | |
| 3 <xml name="requirements"> | |
| 4 <requirements> | |
| 5 <requirement type="package" version="4.2.2">r-base</requirement> | |
| 6 <requirement type="package" version="3.4.0">r-ggplot2</requirement> | |
| 7 <yield /> | |
| 8 </requirements> | |
| 9 </xml> | |
| 10 <xml name="obis_input"> | |
| 11 <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"/> | |
| 13 </xml> | |
| 14 <xml name="obis_bibref"> | |
| 15 <citations> | |
| 16 <citation type="bibtex"> | |
| 17 @Manual{, | |
| 18 title = {obisindicators: Develop marine biodiversity indicators from OBIS data}, | |
| 19 author = {Ben Ben and Pieter Provoost and Tylar Murray}, | |
| 20 year = {2022}, | |
| 21 note = {https://marinebon.org/obisindicators, | |
| 22 https://github.com/marinebon/obisindicators}, | |
| 23 } | |
| 24 </citation> | |
| 25 </citations> | |
| 26 </xml> | |
| 27 <xml name="obis_doiref"> | |
| 28 <citations> | |
| 29 <citation type="doi">DOI:10.5281/zenodo.6969395</citation> | |
| 30 </citations> | |
| 31 </xml> | |
| 32 <xml name="topic"> | |
| 33 <edam_topics> | |
| 34 <edam_topic>topic_0610</edam_topic> | |
| 35 <edam_topic>topic_3050</edam_topic> | |
| 36 </edam_topics> | |
| 37 </xml> | |
| 38 </macros> | |
| 39 |
