Mercurial > repos > iuc > pycoqc
comparison macros.xml @ 0:6fd0573c0e93 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pycoqc commit 230281ee52ab6fc5bf75bfca7cee0e9964057985"
author | iuc |
---|---|
date | Tue, 02 Mar 2021 21:09:07 +0000 |
parents | |
children | dc1500f42073 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6fd0573c0e93 |
---|---|
1 <?xml version="1.0"?> | |
2 <macros> | |
3 <token name="@TOOL_VERSION@">2.5.2</token> | |
4 <token name="@PROFILE@">20.01</token> | |
5 <xml name="requirements"> | |
6 <requirements> | |
7 <requirement type="package" version="@TOOL_VERSION@">pycoqc</requirement> | |
8 </requirements> | |
9 </xml> | |
10 <xml name="version_command"> | |
11 <version_command>pycoQC --version</version_command> | |
12 </xml> | |
13 <xml name="citations"> | |
14 <citations> | |
15 <citation type="bibtex">@online{, | |
16 author = {Tommaso Leonardi and Adrien Leger}, | |
17 title = {pycoQC}, | |
18 year = 2021, | |
19 url = {https://github.com/tleonardi/pycoQC}, | |
20 urldate = {2021-03-02} | |
21 }</citation> | |
22 </citations> | |
23 </xml> | |
24 <token name="@WID@"><![CDATA[ | |
25 *pycoqc* computes metrics and generates interactive QC plots for Oxford Nanopore technologies sequencing data. | |
26 ]]></token> | |
27 <token name="@REFERENCES@"><![CDATA[ | |
28 More information are available on the `website <https://tleonardi.github.io/pycoQC/>`_. | |
29 ]]></token> | |
30 </macros> |