Path to this page:
./
biology/biolibc,
Low-level high-performance bioinformatics library
Branch: CURRENT,
Version: 0.2.6.4,
Package name: biolibc-0.2.6.4,
Maintainer: baconBiolibc 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.
Master sites:
Version history: (Expand)
- (2024-05-19) Updated to version: biolibc-0.2.6.4
- (2023-10-28) Updated to version: biolibc-0.2.6
- (2023-08-12) Updated to version: biolibc-0.2.5
- (2023-06-14) Updated to version: biolibc-0.2.4.3
- (2022-12-12) Updated to version: biolibc-0.2.4
- (2022-06-12) Updated to version: biolibc-0.2.3
CVS history: (Expand)
2024-05-19 14:54:59 by Jason Bacon | Files touched by this commit (4) |
Log message:
biology/biolibc: Update to 0.2.6.4
bl_sam_copy(): Make sure all fields are properly initialized
|
2023-10-28 22:31:40 by Jason Bacon | Files touched by this commit (5) |
Log message:
biology/biolibc: Update to 0.2.6
Updates for libxtend 0.2.0 API
Add full list of functions to biolibc(3) man page
Other documentation improvements
Changes: https://github.com/auerlab/biolibc/releases
|
2023-08-12 16:49:18 by Jason Bacon | Files touched by this commit (4) |
Log message:
biology/biolibc: Update to 0.2.5
Make header files C++ compatible (extern C)
bl_chrom_name_cmp(): Support names with embedded digits, e.g. chr2p
bl_gff_extract_attribute(): Improve performance
gff -> gff3 to distinguish from past and future GFF specs
Silence some compiler warnings
Changes: https://github.com/auerlab/biolibc/releases
|
2023-06-14 20:41:24 by Jason Bacon | Files touched by this commit (4) |
Log message:
biology/biolibc: Update to 0.2.4.3
Add extern "C" to support use from C++ apps
|
2022-12-28 16:27:18 by Jason Bacon | Files touched by this commit (20) |
Log message:
Change MAINTAINER= to OWNER= on mission-critical packages
|
2022-12-11 22:14:37 by Jason Bacon | Files touched by this commit (4) |
Log message:
biology/biolibc: Update to 0.2.4
Minor enhancements
Changes: https://github.com/auerlab/biolibc/releases
|
2022-06-11 21:42:39 by Jason Bacon | Files touched by this commit (4) |
Log message:
biology/biolibc: Update to 0.2.3
Expand use of tsv_read_field_malloc() to improve memory efficiency
Add SAM bit flag constants
Import SAM-GFF compare functions from diffanal
Updates for libxtend DSV API changes
Numerous minor bug fixes and enhancements
Changes: https://github.com/auerlab/biolibc/releases
|
2022-03-15 22:06:32 by Jason Bacon | Files touched by this commit (4) |
Log message:
biology/biolibc: Update to 0.2.2
Numerous bug fixes and enhancements
Serveral new functions
3 new classes
Cleaned up some API slop
Changes: https://github.com/auerlab/biolibc/tags
|