| |
|
|
Une nouvelle version du site de la plateforme de bioinformatics de montpellier est en ligne depuis juillet 2026.
ces pages sont en cours de migration vers : https://www.atgc-montpellier.fr
ATGC, Montpellier Bioinformatics Platform has migrated to a new plateform since July, 2026.
These pages are migrating to : https://wwww.atgc-montpellier.fr
|
Gk-arrays: Querying large read collections in main memory: a versatile data structure.
Download
Gk-arrays source code is distributed under the GPL-compliant
CeCILL-C license.
Source code
Debian/Ubuntu package
A very simple test file can be downloaded from
here.
Once the library is installed, you can compile it using
e.g. g++ -Wall -pedantic -O3 -lGkArrays testGkArrays.cpp -o testGkArrays.
Another test file (measuring the query time) is also included in the source code under the
src directory.