Skip to main content

Python interface to the Jellfish DNA k-mer counter

Project description

pyJellyfish : Python wrapper around Jellyfish

Python version Python version Python version Python version Python version PyPi version

Introduction

This tool essentially serves as an installer for the k-mer counter Jellyfish for use with Python. A small bundle of utilities is also included. A typical use-case for this package would be km: https://github.com/iric-soft/km.

Citing

Install

With pip

python -m venv $HOME/.virtualenvs/km
source $HOME/.virtualenvs/km/bin/activate
pip install --upgrade pip
pip install .

Options

Note that pyJellyfish has an option to manually specify which Jellyfish version one wishes to build against. This can be done by running pip install with specific arguments:

source $HOME/.virtualenvs/km/bin/activate
pip install . --config-settings="--build-option='--jf-version=2.3.0'"

For building pyJellyfish distributions, use the build command:

source $HOME/.virtualenvs/km/bin/activate
pip install build
python -m build --config-setting="--build-option='--jf-version=2.3.0'"

Requirements

  • Python 3.8.0 or later

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyjellyfish-1.3.0.tar.gz (2.9 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page