Metadata-Version: 2.1
Name: psauron
Version: 1.0.0
Summary: A tool to assess protein coding gene annotation
Home-page: https://github.com/Markusjsommer/psauron
Author: markus
Author-email: markusjsommer@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: biopython >=1.83
Requires-Dist: numpy >=1.24.4
Requires-Dist: pandas >=2.0.3
Requires-Dist: scipy >=1.10.1
Requires-Dist: torch >=2.1.2
Requires-Dist: torchaudio >=2.1.2
Requires-Dist: torchvision >=0.16.2
Requires-Dist: tqdm >=4.66.1
Requires-Dist: typing-extensions >=4.9.0
Provides-Extra: dev
Requires-Dist: pytest-cov >=4.0 ; extra == 'dev'
Requires-Dist: pytest >=7.0 ; extra == 'dev'
Requires-Dist: twine >=4.0.2 ; extra == 'dev'

PSAURON
===========

![License](https://img.shields.io/badge/license-MIT-blue.svg "License")

**PSAURON** is a machine learning model for rapid assessment of protein coding gene annotation. Link to paper coming soon...

Installation
------------------

Pip Installation:

```bash
$ pip install psauron


