comparison macro.xml @ 0:1015a0070bac draft

planemo upload for repository https://github.com/galaxyecology/tools-ecology/tree/master/tools/obisindicators commit 1e0b3b101d2380338030e607e6949331439c6dfc
author ecology
date Thu, 29 Dec 2022 13:05:04 +0000
parents
children d7b6ff32d072
comparison
equal deleted inserted replaced
-1:000000000000 0:1015a0070bac
1 <macros>
2 <token name="@VERSION@">0.0.1</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="SRS_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 <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>
15 <xml name="SRS_bibref">
16 <citations>
17 <citation type="bibtex">
18 @Manual{,
19 title = {obisindicators: Develop marine biodiversity indicators from OBIS data},
20 author = {Ben Ben and Pieter Provoost and Tylar Murray},
21 year = {2022},
22 note = {https://marinebon.org/obisindicators,
23 https://github.com/marinebon/obisindicators},
24 }
25 </citation>
26 </citations>
27 </xml>
28 <xml name="topic">
29 <edam_topics>
30 <edam_topic>topic_0610</edam_topic>
31 <edam_topic>topic_3050</edam_topic>
32 </edam_topics>
33 </xml>
34 </macros>
35