Skip to content

fulcrumgenomics/fgpyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3d2768 · Aug 8, 2024
Jul 23, 2024
Jul 18, 2024
Jul 15, 2024
Aug 8, 2024
Aug 2, 2024
Nov 19, 2022
Jul 23, 2024
Nov 19, 2022
Jul 18, 2024
Apr 8, 2024
Jul 15, 2024
Jul 23, 2024
Aug 8, 2024

Repository files navigation

Language Code Style Type Checked PEP8 Code Coverage License


Python package PyPI version PyPI download total


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