8000 GitHub - iric-soft/pyJellyfish: A wrapper around popular k-mer counter Jellyfish
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iric-soft/pyJellyfish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A wrapper around popular k-mer counter Jellyfish

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  
0