-
Notifications
You must be signed in to change notification settings - Fork 509
Expand file tree
/
Copy pathmacros.xml
More file actions
30 lines (27 loc) · 868 Bytes
/
macros.xml
File metadata and controls
30 lines (27 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<macros>
<token name="@TOOL_VERSION@">0.99.0</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@PROFILE@">25.0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">r-tsenat</requirement>
<requirement type="package" version="1.8.2">r-optparse</requirement>
<yield/>
</requirements>
</xml>
<xml name="biotools_xref">
<xrefs>
<xref type="bio.tools">tsenat</xref>
</xrefs>
</xml>
<xml name="citations">
<citations>
<citation type="bibtex">@software{gallardo2026tsenat,
title={TSENAT: Tsallis Entropy Analysis Toolbox},
author={Gallardo Alba, Cristóbal},
url={https://github.com/gallardoalba/TSENAT},
year={2026}
}</citation>
</citations>
</xml>
</macros>