htslib
C library for high-throughput sequencing data formats (by samtools)
MMseqs2
MMseqs2: ultra fast and sensitive search and clustering suite (by soedinglab)
htslib | MMseqs2 | |
---|---|---|
7 | 6 | |
845 | 1,634 | |
1.7% | 5.1% | |
8.6 | 9.3 | |
12 days ago | 20 days ago | |
C | C | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
htslib
Posts with mentions or reviews of htslib.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-29.
- Gentoo -Os vs -O3 application startup time?
- Does anyone know of a repository for actual genetic data?
-
Pigz: A parallel implementation of gzip for multi-core machines
There is another nice multi-core gzip based library called BGZF[1]. It is commonly used in bioinformatics. BGZF has the added advantage that it is block compressed with built in indexing method to permit seeking in compressed files.
[1] https://github.com/samtools/htslib
-
Tips for scalable workflows on AWS
In contrast, processing can start immediately and only transfer what is necessary if tooling can read bytes of data directly from Amazon S3. Tools based on htslib can do this, so you can run something like:
-
Software Development Project
Another idea is add in reading cloud data natively e.g. htslib which samtools relies on can read s3 directly. https://github.com/samtools/htslib
-
Interested in Bioinformatics / C pair-programming opportunity / learning / portfolio project.
Greetings! I'm a bioinformatics software dev in San Francisco and I'm looking for others interested in working on a high-performance genetic data analysis project. The project is in C, using https://github.com/samtools/htslib.
-
ffi-bitfield
I'm working on a bioinformatics-related binding called ruby-htslib. htslib makes heavy use of bit fields throughout the library, so supporting bit fields is inevitable.
MMseqs2
Posts with mentions or reviews of MMseqs2.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-03-02.
-
13 Github Projects that Will Supercharge Your Development Journey in 2025 🚀
# Clone the MMseqs2 repository git clone https://github.com/soedinglab/MMseqs2.git # Change to the MMseqs2 directory cd MMseqs2 # Set up a build directory and compile the software mkdir build && cd build cmake .. make # Optionally, install the software system-wide sudo make install
- Segmenting Credit Card Customers with K-Means: A Fun Dive into Clustering
-
Clustering tool that could help cluster protein sequences based on percentage identity
A tool I often recommend for sequence clustering is mmseqs2 : https://github.com/soedinglab/MMseqs2, fast and efficient :)
- MMseqs2 – an example of great software for biology
-
Metagenomics: abundances of short reads using genome databases
Tools like the the mmseqs2 "taxonomy" module, or DIAMOND v2, can efficiently align contigs to genome databases to assign taxonomy, but it seems like they aren't intended to provide abundance estimates for each taxon (since that would require mapping reads, and mmseqs2 can't even use paired-reads). Can anyone recommend tools or methods for A) connecting per-contig coverage information to contig taxonomy, or B) mapping short reads against genome databases?
- Retrieving One-to-One Orthologs of Unprocessed cDNAs
What are some alternatives?
When comparing htslib and MMseqs2 you can also consider the following projects:
aws-genomics-workflows - Genomics Workflows on AWS
samtools - Tools (written in C using htslib) for manipulating next-generation sequencing data
libdna - ♥ Essential Functions for DNA Manipulation
kraken-biom - Create BIOM-format tables (http://biom-format.org) from Kraken output (http://ccb.jhu.edu/software/kraken/, https://github.com/DerrickWood/kraken).
dada2 - Accurate sample inference from amplicon data with single nucleotide resolution