comparison macros.xml @ 0:eb1f4aa80c72 draft

"planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
author iuc
date Mon, 08 Jun 2020 15:57:10 -0400
parents
children 3bdd8fa109b1
comparison
equal deleted inserted replaced
-1:000000000000 0:eb1f4aa80c72
1 <?xml version="1.0"?>
2 <macros>
3 <token name="@TOOL_VERSION@">3.1.3</token>
4 <xml name="requirements">
5 <requirements>
6 <requirement type="package" version="@TOOL_VERSION@">ont-fast5-api</requirement>
7 </requirements>
8 </xml>
9 <xml name="citations">
10 <citations>
11 <citation type="bibtex">@online{ont_fast5_api,
12 author = {Oxford Nanopore Technologies },
13 title = {ont_fast5_api},
14 year = 2020,
15 url = {https://github.com/nanoporetech/ont_fast5_api},
16 urldate = {2020-06-01}
17 }</citation>
18 </citations>
19 </xml>
20 <token name="@WID@"><![CDATA[
21 ont_fast5_api is a simple interface to HDF5 files of the Oxford Nanopore FAST5 file format.
22
23 - Concrete implementation of the FAST5 file schema using the generic h5py library
24 - Plain-english-named methods to interact with and reflect the FAST5 file schema
25 - Tools to convert between multi_read and single_read formats
26 - Tools to compress/decompress raw data in files
27 ]]></token>
28 <token name="@REFERENCES@"><![CDATA[
29 More information are available on `github <https://github.com/nanoporetech/ont_fast5_api>`_.
30 ]]></token>
31 </macros>