From 8fce7b1b7ac724ad92d723318008e06f984f20d7 Mon Sep 17 00:00:00 2001 From: Hani Zakaria Girgis <34753673+hani-girgis@users.noreply.github.com> Date: Mon, 10 Sep 2018 08:52:17 -0500 Subject: [PATCH] Add files via upload --- src_2.0/RepeatsDetector.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src_2.0/RepeatsDetector.cpp b/src_2.0/RepeatsDetector.cpp index ac56788..15c1937 100644 --- a/src_2.0/RepeatsDetector.cpp +++ b/src_2.0/RepeatsDetector.cpp @@ -357,11 +357,10 @@ int main(int argc, char * argv[]) { "\t-frm the format of the output: 1 (chrName:start-end) or 2 (chrName\tstart\tend).\n"); message.append( "\t\tThe output format are zero based and the end is exclusive.\n"); - - message.append("\t-hmo file where the HMM is saved, optional.\n\n"); - message.append("\t-cor integer of the number of threads, optional.\n\n"); - message.append("\t\tThe more threads, the higher the memory requirement."); - message.append("\t\tThe defaul is the number of cores - 1, or 1 if single core is found."); + message.append("\t-hmo file where the HMM is saved, optional.\n"); + message.append("\t-cor integer of the number of threads, optional.\n"); + message.append("\t\tThe more threads, the higher the memory requirement.\n"); + message.append("\t\tThe defaul is the number of cores - 1, or 1 if single core is found.\n\n"); message.append("Examples:\n"); message.append(