about summary refs log tree commit diff
path: root/src/gemma.cpp
diff options
context:
space:
mode:
authorPjotr Prins2018-08-30 16:19:08 +0000
committerPjotr Prins2018-08-30 16:19:08 +0000
commit5ddd1c8e54d7ac7026a689152392d70e68b77cb4 (patch)
treec1475b62827a3c686a5d979fdf285522abc1826d /src/gemma.cpp
parentb8e755fee4856c0b84fe91396f48ff350d5ca0c5 (diff)
downloadpangemma-5ddd1c8e54d7ac7026a689152392d70e68b77cb4.tar.gz
Debugging calcPab
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r--src/gemma.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp
index 6c04c8d..ddb937e 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -544,9 +544,9 @@ void GEMMA::PrintHelp(size_t option) {
     cout << " -lmax     [num]          "
          << " specify maximum value for lambda (default 1e+5)" << endl;
     cout
-        << " -region    [num]          "
-        << " specify the number of regions used to evaluate lambda (default 10)"
-        << endl;
+         << " -region   [num]          "
+         << " specify the number of regions used to evaluate lambda (default 10)"
+         << endl;
     cout << " -loco     [chr]          "
          << " leave one chromosome out (LOCO) by name (requires -a annotation "
             "file)"