Mercurial > repos > iuc > ont_fast5_api_fast5_subset
diff macros.xml @ 0:b380520b4420 draft
"planemo upload for repository https://github.com/nanoporetech/ont_fast5_api/ commit 84504d6786e9edf00367739210d6bae78cb42cc8"
| author | iuc |
|---|---|
| date | Mon, 08 Jun 2020 19:56:06 +0000 |
| parents | |
| children | 41bac7dcb43e |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Mon Jun 08 19:56:06 2020 +0000 @@ -0,0 +1,31 @@ +<?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> \ No newline at end of file
