aboutsummaryrefslogtreecommitdiff
path: root/biology/biolibc
Commit message (Collapse)AuthorAgeFilesLines
* biology/biolibc: Update to 0.2.0.11Jason W. Bacon2021-09-172-5/+5
| | | | | Regenerate man pages with improved auto-c2man Adds missing return value sections and improves formatting
* biology/biolibc: Update to 0.2.0.1Jason W. Bacon2021-09-022-4/+5
| | | | | Fix regression: Replace BL_BED_SET_STRAND() macro with bl_bed_set_strand(), which performs sanity checks
* biology/biolibc: Update to 0.2.0Jason W. Bacon2021-08-284-22/+553
| | | | | | | | 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
* biology/biolibc: Remove comment used to silence portlintJason W. Bacon2021-06-111-2/+0
|
* biology/biolibc: Update to 0.1.3Jason W. Bacon2021-06-113-9/+42
| | | | Changes: https://github.com/auerlab/biolibc/releases
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* biology/biolibc: Low-level high-performance bioinformatics libraryJason W. Bacon2021-03-214-0/+32
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. Notes: svn path=/head/; revision=568921