Mercurial > repos > iuc > raven
comparison macros.xml @ 0:33b7d8481a76 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/raven commit 0a6ad31f5095ddf859a4d1819fce5d347f13c462"
author | iuc |
---|---|
date | Wed, 18 Nov 2020 19:42:15 +0000 |
parents | |
children | f8564b2d7f63 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:33b7d8481a76 |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <token name="@TOOL_VERSION@">1.2.2</token> | |
4 <token name="@PROFILE@">18.01</token> | |
5 <xml name="requirements"> | |
6 <requirements> | |
7 <requirement type="package" version="@TOOL_VERSION@">raven-assembler</requirement> | |
8 </requirements> | |
9 </xml> | |
10 <xml name="version_command"> | |
11 <version_command>raven --version</version_command> | |
12 </xml> | |
13 <xml name="citations"> | |
14 <citations> | |
15 <citation type="doi">10.1101/2020.08.07.242461</citation> | |
16 <citation type="bibtex">@online{raven, | |
17 author = {University of Zagreb Laboratory for Bioinformatics and Computational Biology}, | |
18 title = {raven}, | |
19 year = 2020, | |
20 url = {https://github.com/lbcb-sci/raven}, | |
21 urldate = {2020-10-30} | |
22 }</citation> | |
23 </citations> | |
24 </xml> | |
25 <!-- | |
26 input | |
27 --> | |
28 | |
29 <!-- | |
30 Help | |
31 --> | |
32 | |
33 <token name="@WID@"><![CDATA[ | |
34 *raven* is a de novo genome assembler for long uncorrected reads. | |
35 ]]></token> | |
36 <token name="@REFERENCES@"><![CDATA[ | |
37 More information are available on the `github <https://github.com/lbcb-sci/raven>`_ . | |
38 ]]></token> | |
39 </macros> |