mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
9876430959
Major API overhaul New classes for FASTA and FASTQ Generate accessor and mutator functions for all classes Generate man pages for all functions and macros Export delimiter-separated-value class to libxtend
8 lines
399 B
Plaintext
8 lines
399 B
Plaintext
Biolibc is a library of fast, memory-efficient, low-level functions for
|
|
processing biological data. Like libc, it consists of numerous disparate,
|
|
general-purpose functions which could be used by a wide variety of
|
|
applications. These include functions for streaming common file formats such
|
|
as SAM and VCF, string functions specific to bioinformatics, etc.
|
|
|
|
WWW: https://github.com/auerlab/biolibc
|