mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
725ab6d62d
PR: ports/67015 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
13 lines
540 B
Plaintext
13 lines
540 B
Plaintext
libGenome is a freely available toolkit for developing bioinformatic related
|
|
software in C++. It is intended to take the hassle out of performing common
|
|
tasks on genetic sequence and annotation data.
|
|
|
|
Among other things, libGenome can help you:
|
|
- Read and write Multi-FastA format files
|
|
- Read and write GenBank flat file database entries
|
|
- Append, chop, truncate, reverse, complement, translate, and otherwise
|
|
mangle sequence data
|
|
- Access annotation in GenBank flat files
|
|
|
|
WWW: http://www.cs.wisc.edu/~darling/libgenome/
|