Skip to content

MedGenOL/pygskit

Repository files navigation

Python application Python Package using Conda

pygskit: A general-purpose Python package for the analysis of genetic data.

Overview

pygskit is a Python package designed for the analysis of genetic data. This package is currently under development and is not ready for use.

Installing the Required Dependencies via Conda

git clone https://github.com/MedGenOL/pygskit
cd pygskit
conda env create -f environment.yml
conda activate pygskit
pip install . -r requirements.txt

Updating the package

cd pygskit
git pull origin main # update the source code from <main> branch
conda env update -f environment.yml # required only if the environment.yml file has been updated
conda activate pygskit
pip install . -r requirements.txt --upgrade

About

Genome sequencing data analysis toolkit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published