Skip to content
/ fgpyo Public
forked from fulcrumgenomics/fgpyo

Quality of life improvements for Bioinformatics in Python.

License

Notifications You must be signed in to change notification settings

kockan/fgpyo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Quality of life improvements for Bioinformatics in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Shell 0.8%