1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/biology/ngs-sdk/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

11 lines
624 B
Plaintext

NGS is a new, domain-specific API for accessing reads, alignments and pileups
produced from Next Generation Sequencing. The API itself is independent from any
particular back-end implementation, and supports use of multiple back-ends
simultaneously. It also provides a library for building new back-end "engines".
The engine for accessing SRA data is contained within the sister repository
ncbi-vdb.
The API is currently expressed in C++, Java and Python languages. The design
makes it possible to maintain a high degree of similarity between the code in
one language and code in another - especially between C++ and Java.