view 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
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">3.1.3</token>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">ont-fast5-api</requirement>
        </requirements>
    </xml>
	<xml name="citations">
        <citations>
            <citation type="bibtex">@online{ont_fast5_api,
              author = {Oxford Nanopore Technologies },
              title = {ont_fast5_api},
              year = 2020,
              url = {https://github.com/nanoporetech/ont_fast5_api},
              urldate = {2020-06-01}    
		    }</citation>
        </citations>
    </xml>
    <token name="@WID@"><![CDATA[
ont_fast5_api is a simple interface to HDF5 files of the Oxford Nanopore FAST5 file format.

- Concrete implementation of the FAST5 file schema using the generic h5py library
- Plain-english-named methods to interact with and reflect the FAST5 file schema
- Tools to convert between multi_read and single_read formats
- Tools to compress/decompress raw data in files
    ]]></token>
    <token name="@REFERENCES@"><![CDATA[
More information are available on `github <https://github.com/nanoporetech/ont_fast5_api>`_.
    ]]></token>
</macros>