Python bioinformatics and genomics library
Project description
fgpyo
pip install fgpyo
Requires python 3.6+
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 python=3.6 poetry
conda activate fgpyo
poetry install
If, during poetry install
on Mac OS X errors are encountered running gcc/clang to build pybedtools
or other packages with native code, try setting the following and re-running poetry install
:
export CFLAGS="-stdlib=libc++"
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.0.3.tar.gz
(15.8 kB
view hashes)
Built Distribution
fgpyo-0.0.3-py3-none-any.whl
(18.0 kB
view hashes)