Mercurial > repos > lehmanju > rnaquast
annotate macros.xml @ 3:bf3dc4cae5bf draft
Uploaded
author | lehmanju |
---|---|
date | Wed, 14 Oct 2020 07:03:06 +0000 |
parents | be96739b8313 |
children |
rev | line source |
---|---|
1 | 1 <macros> |
2 <xml name="requirements"> | |
3 <requirements> | |
4 <requirement type="package" version="@TOOL_VERSION@">rnaquast</requirement> | |
5 <yield/> | |
6 </requirements> | |
7 </xml> | |
8 <token name="@TOOL_VERSION@">2.1.0</token> | |
9 <token name="@PYTHON_TEMPLATE_VERSION@">3.7</token> | |
10 <xml name="citations"> | |
11 <citations> | |
12 <citation type="doi">10.1093/bioinformatics/btw218 </citation> | |
13 </citations> | |
14 </xml> | |
15 </macros> |