Metadata-Version: 2.2
Name: poreflow
Version: 0.4.1
Summary: Python module for processing nanopore sequencing
Keywords: nanopore,peptide,bioinformatics
Author-Email: Xiuqi Chen <X.Chen-13@tudelft.nl>, Thijn Hoekstra <thijnhoekstra@gmail.com>
License: MIT License
         
         Copyright (c) [2025] [Xiuqi Chen]
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://gitlab.tudelft.nl/xiuqichen/poreFlow.git
Project-URL: Issues, https://gitlab.tudelft.nl/xiuqichen/poreFlow/-/issues
Requires-Python: >=3.11
Requires-Dist: numpy>=2.2.6
Requires-Dist: scipy>=1.15.3
Requires-Dist: tqdm>=4.67.1
Requires-Dist: pandas>=2.3.1
Requires-Dist: tables>=3.10.1
Requires-Dist: scikit-learn>=1.7.1
Requires-Dist: matplotlib>=3.10.5
Requires-Dist: plotly>=6.2.0
Requires-Dist: h5py>=3.14.0
Requires-Dist: seaborn>=0.13.2
Requires-Dist: dash>=4.1.0
Requires-Dist: dash-bootstrap-components>=1.6.0
Requires-Dist: psutil>=7.1.3
Requires-Dist: dash-ag-grid>=33.3.3
Requires-Dist: waitress>=3.0.2
Requires-Dist: typer>=0.24.1
Requires-Dist: tomli>=2.4.0
Requires-Dist: tomli-w>=1.2.0
Requires-Dist: pydantic>=2.12.5
Requires-Dist: dash-iconify>=0.1.2
Requires-Dist: plotly-resampler>=0.10.0
Requires-Dist: pytz
Description-Content-Type: text/markdown

# PoreFlow
> *Nanopore data analysis tools*

[![pipeline status](https://gitlab.tudelft.nl/xiuqichen/poreFlow/badges/main/pipeline.svg)](https://gitlab.tudelft.nl/xiuqichen/poreFlow/-/commits/main)
[![Latest Release](https://gitlab.tudelft.nl/xiuqichen/poreFlow/-/badges/release.svg)](https://gitlab.tudelft.nl/xiuqichen/poreFlow/-/releases)

PoreFlow is a fast, simple, and flexible set of tools for analysing raw nanopore sequencing data, 
intended for use for research in the Cees Dekker lab (and beyond?). 

Please see the [Documentation][PoreFlow] for an introductory tutorial and full user guide.

## Features

- Python API for storing measurement, event, and step data.
- Event detection algorithm
- Fast step detection algorithm written in C++
- Support for reasarch .fast5 files, along with .dat files from the UTube device
- Filter events with basic metrics and store metadata
- Find DNA-peptide boundary with expected DNA sequence

## If you need help with PoreFlow, do not hesitate to get in contact:
- For questions, contact the authors in-person or via email
- To report a bug or make a feature request, open an **[Issue]** on GitLab.

## Links
- [Official Documentation][PoreFlow]

## Contributing to PoreFlow
Please see the [Contributing Guide] for information on how you can help develop PoreFlow.


## Authors
Thijn Hoekstra, Xiuqi Chen

## License
[MIT license](https://gitlab.tudelft.nl/xiuqichen/poreFlow/LICENSE)

<!-- Links -->
[PoreFlow]: https://twhoekstra.github.io/poreFlow-docs/
[Issue]: https://https://gitlab.tudelft.nl/xiuqichen/poreFlow/issues
[Contributing Guide]: https://twhoekstra.github.io/poreFlow-docs/contributing/
[PyPA Code of Conduct]: https://www.pypa.io/en/latest/code-of-conduct/