From b0d4089a880ea3c6af4cee63948bbcd4352dd482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benno=20Pu=CC=88tz?= Date: Wed, 23 Mar 2016 02:40:42 +0100 Subject: [PATCH] one more on formats --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 01998ec..ae81c08 100644 --- a/README.md +++ b/README.md @@ -93,15 +93,15 @@ This program will altogether create n+2 threads with n as the number passed via ## General -### Memory: +#### Memory: Doing a run on 5k SNPs and 1k Individuals, you need at least 20GB of RAM -Execution time: +####Execution time: We were able to perform a run on 5k SNPs and 1k Individuals, on an Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz combined with a NVIDIA Tesla K40 in approx. "2 hours" ### Result file: -The file containing the results has 4 columns: -Positio_SNP1, Positio_SNP2, Position_SNP3, Calculated_Value +The result file specified with `-outPath` has 4 columns: +Position_SNP1, Position_SNP2, Position_SNP3, Calculated_Value and as many rows as significant results have been found.