htslib
C library for high-throughput sequencing data formats (by samtools)
samtools
Tools (written in C using htslib) for manipulating next-generation sequencing data (by samtools)
htslib | samtools | |
---|---|---|
7 | 3 | |
845 | 1,709 | |
1.7% | 1.8% | |
8.6 | 8.4 | |
15 days ago | 13 days ago | |
C | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 or later |
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.
samtools
Posts with mentions or reviews of samtools.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-18.
-
BWA MEM with merged paired-end reads and unmerged in the same run.
I don’t know about your first question, but for your second, use “bwa mem -p …” for smart pairing of an interleaved FASTQ/A with both paired end reads and singletons. BWA will recognize whether adjacent reads are paired if they have the same prefix (see here)
-
Show a Tanuki with Samtools!
In this post, I'm going to add the command tanuki to Samtools to display a ASCII art(AA) tanuki.
-
How do I know if I'm gonna get my module?
Quite a number of bioinformatics related tool that were written in C/C++, eg. (https://github.com/samtools/samtools). But there are also a lot of modern packages for Python / R now
What are some alternatives?
When comparing htslib and samtools you can also consider the following projects:
aws-genomics-workflows - Genomics Workflows on AWS
MMseqs2 - MMseqs2: ultra fast and sensitive search and clustering suite
seqtk - Toolkit for processing sequences in FASTA/Q formats
libdna - ♥ Essential Functions for DNA Manipulation