Python bioinformatics and genomics library
Project description
fgpyo
pip install fgpyo
Requires python 3.8+
See documentation on fgpyo.readthedocs.org.
Getting Setup
Poetry is used to manage the python development environment.
A simple way to create an environment with the desired version of python and poetry is to use conda. E.g.:
conda create -n fgpyo -c conda-forge "python>=3.8" poetry
conda activate fgpyo
# --all-extras is required to install `mkdocs` and associated dependencies,
# which are required for development
poetry install --all-extras
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fgpyo-0.7.1.tar.gz
(59.6 kB
view hashes)
Built Distribution
fgpyo-0.7.1-py3-none-any.whl
(67.5 kB
view hashes)