Skip to content

Latest commit

 

History

History
71 lines (53 loc) · 3.09 KB

README.md

File metadata and controls

71 lines (53 loc) · 3.09 KB

Language Code Style Type Checked PEP8 Code Coverage License


Python package PyPI version PyPI download total


pyfgaws

Python tools and APIs for working with AWS.

Fulcrum Genomics

Visit us at Fulcrum Genomics to learn more about how we can power your Bioinformatics with pyfgaws and beyond.

pip install pyfgaws

Requires python 3.9

Getting Setup

Conda is used to install a specific version of python and poetry which is then used to manage the python development environment. If not already installed, install miniconda from the latest platform-appropriate installer. Then run:

conda create -n pyfgaws -c conda-forge -c bioconda --file conda-requirements.txt

Then activate the new environment and install the toolkit:

conda activate pyfgaws
poetry install