Skip to content

fulcrumgenomics/fgpyo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

62f2583 · Nov 22, 2023

History

59 Commits
Oct 19, 2023
Nov 21, 2022
Oct 19, 2023
Nov 22, 2023
Nov 19, 2022
May 10, 2023
Nov 19, 2022
Dec 3, 2022
Nov 22, 2023
Nov 22, 2023

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.7+

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.6" poetry
conda activate fgpyo
poetry install