All Projects → dib-lab → Khmer

dib-lab / Khmer

Licence: other
In-memory nucleotide sequence k-mer counting, filtering, graph traversal and more

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Khmer

Ugene
UGENE is free open-source cross-platform bioinformatics software
Stars: ✭ 112 (-82.5%)
Mutual labels:  bioinformatics, dna
PHAT
Pathogen-Host Analysis Tool - A modern Next-Generation Sequencing (NGS) analysis platform
Stars: ✭ 17 (-97.34%)
Mutual labels:  bioinformatics, dna
Deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
Stars: ✭ 2,404 (+275.63%)
Mutual labels:  bioinformatics, dna
Gatk
Official code repository for GATK versions 4 and up
Stars: ✭ 1,002 (+56.56%)
Mutual labels:  bioinformatics, dna
awesome-genetics
A curated list of awesome bioinformatics software.
Stars: ✭ 60 (-90.62%)
Mutual labels:  bioinformatics, dna
Sns
Analysis pipelines for sequencing data
Stars: ✭ 43 (-93.28%)
Mutual labels:  bioinformatics, dna
Abyss
🔬 Assemble large genomes using short reads
Stars: ✭ 219 (-65.78%)
Mutual labels:  bloom-filter, bioinformatics
Biopython
Official git repository for Biopython (originally converted from CVS)
Stars: ✭ 2,936 (+358.75%)
Mutual labels:  bioinformatics, dna
orfipy
Fast and flexible ORF finder
Stars: ✭ 27 (-95.78%)
Mutual labels:  bioinformatics, dna
catch
A package for designing compact and comprehensive capture probe sets.
Stars: ✭ 55 (-91.41%)
Mutual labels:  bioinformatics, dna
Galaxy
Data intensive science for everyone.
Stars: ✭ 812 (+26.88%)
Mutual labels:  bioinformatics, dna
Bio.jl
[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
Stars: ✭ 257 (-59.84%)
Mutual labels:  bioinformatics, dna
Nucleus
Python and C++ code for reading and writing genomics data.
Stars: ✭ 657 (+2.66%)
Mutual labels:  bioinformatics, dna
Genomics
A collection of scripts and notes related to genomics and bioinformatics
Stars: ✭ 101 (-84.22%)
Mutual labels:  bioinformatics, dna
ntHash
Fast hash function for DNA sequences
Stars: ✭ 66 (-89.69%)
Mutual labels:  bioinformatics, bloom-filter
dna-traits
A fast 23andMe genome text file parser, now superseded by arv
Stars: ✭ 64 (-90%)
Mutual labels:  bioinformatics, dna
Pyfaidx
Efficient pythonic random access to fasta subsequences
Stars: ✭ 307 (-52.03%)
Mutual labels:  bioinformatics, dna
Biojava
📖🔬☕️ BioJava is an open-source project dedicated to providing a Java library for processing biological data.
Stars: ✭ 434 (-32.19%)
Mutual labels:  bioinformatics
Biostar Central
Biostar Q&A
Stars: ✭ 488 (-23.75%)
Mutual labels:  bioinformatics
Containers
Bioinformatics containers
Stars: ✭ 435 (-32.03%)
Mutual labels:  bioinformatics

|Research software impact| |Supported Python versions| |khmer build status| |Test coverage| |BSD-3 licensed|

khmer

Welcome to khmer: k-mer counting, filtering, and graph traversal FTW!

The official source code repository is at https://github.com/dib-lab/khmer and project documentation is available online at http://khmer.readthedocs.io. See http://khmer.readthedocs.io/en/stable/introduction.html for an overview of the khmer project.

Getting help

See http://khmer.readthedocs.io/en/stable/user/getting-help.html for more details, but in brief:

Important note: cite us!

khmer is research software, so you should cite us when you use it in scientific publications! Please see the CITATION <http://khmer.readthedocs.io/en/stable/citations.html>__ file for citation information.

The khmer library is a project of the Lab for Data Intensive Biology <http://ivory.idyll.org/lab/>__ at UC Davis, and includes contributions from its members, collaborators, and friends.

Quick install

::

pip install khmer
pytest --pyargs khmer -m 'not known_failing and not jenkins and not huge and not linux'

See https://khmer.readthedocs.io/en/stable/user/install.html for more detailed installation instructions.

Contributing

We welcome contributions to khmer from the community! If you're interested in modifying khmer or contributing to its ongoing development see https://khmer.readthedocs.io/en/stable/dev/getting-started.html.

.. |Research software impact| image:: http://depsy.org/api/package/pypi/khmer/badge.svg :target: http://depsy.org/package/python/khmer .. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/khmer.svg .. |khmer build status| image:: https://img.shields.io/travis/dib-lab/khmer.svg :target: https://travis-ci.org/dib-lab/khmer .. |Test coverage| image:: https://img.shields.io/codecov/c/github/dib-lab/khmer.svg :target: https://codecov.io/github/dib-lab/khmer .. |BSD-3 licensed| image:: https://img.shields.io/badge/license-BSD%203--Clause-blue.svg :target: https://github.com/dib-lab/khmer/blob/master/LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].