Skip to content

Commit 8fce7b1

Browse files
authored
Add files via upload
1 parent 037c673 commit 8fce7b1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src_2.0/RepeatsDetector.cpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,10 @@ int main(int argc, char * argv[]) {
357357
"\t-frm the format of the output: 1 (chrName:start-end) or 2 (chrName\tstart\tend).\n");
358358
message.append(
359359
"\t\tThe output format are zero based and the end is exclusive.\n");
360-
361-
message.append("\t-hmo file where the HMM is saved, optional.\n\n");
362-
message.append("\t-cor integer of the number of threads, optional.\n\n");
363-
message.append("\t\tThe more threads, the higher the memory requirement.");
364-
message.append("\t\tThe defaul is the number of cores - 1, or 1 if single core is found.");
360+
message.append("\t-hmo file where the HMM is saved, optional.\n");
361+
message.append("\t-cor integer of the number of threads, optional.\n");
362+
message.append("\t\tThe more threads, the higher the memory requirement.\n");
363+
message.append("\t\tThe defaul is the number of cores - 1, or 1 if single core is found.\n\n");
365364

366365
message.append("Examples:\n");
367366
message.append(

0 commit comments

Comments
 (0)