From 1746bc396b3bb004e318db2cbb26cb73ceea71fe Mon Sep 17 00:00:00 2001 From: Andre Mueller Date: Thu, 9 Dec 2021 16:04:42 +0100 Subject: [PATCH] updated GPU version docs (same default target_id type for CPU and GPU now) --- docs/gpu_version.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/gpu_version.md b/docs/gpu_version.md index 43cf574..5cafb15 100644 --- a/docs/gpu_version.md +++ b/docs/gpu_version.md @@ -53,8 +53,6 @@ If you don't supply additional parameters MetaCache will be compiled with the de * targets with a length of up to 4,294,967,295 windows (which corresponds to approximately 485.3 billion nucleotides with the default window size of 112) * kmers with a lengths of up to 16 -This corresponds to the CPU version compiled with `make MACROS="-DMC_TARGET_ID_TYPE=uint32_t"` - **A database built by the GPU version can be queried by the corresponding CPU version and vice versa. The only restriction is the available (GPU) memory.**