Metadata-Version: 2.4
Name: bionemo-noodles
Version: 0.1.0
Requires-Dist: bionemo-core
Requires-Dist: pyfaidx
Requires-Dist: torch ; extra == 'test'
Provides-Extra: test
License-File: LICENSE
Summary: Python wrapper around [noodles](https://github.com/zaeleus/noodles).
Author-email: BioNeMo Team <bionemofeedback@nvidia.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# bionemo-noodles

To install, execute the following:
```bash
pip install -e .
```

To run unit tests, execute:
```bash
pytest -v .
```

