+3
-1
lines changedFilter options
+3
-1
lines changed Original file line number Diff line number Diff line change
@@ -62,7 +62,6 @@ main(int argc, char **argv) {
62
62
63
63
} else if (strcmp(argv[arg], "-s") == 0) {
64
64
G->checkTrivialDNA = true;
65
-
fprintf(stderr, "Correcting HIFI reads\n");
66
65
67
66
} else if (strcmp(argv[arg], "-c") == 0) { // For 'corrections' file input
68
67
G->correctionsName = argv[++arg];
@@ -145,6 +144,9 @@ main(int argc, char **argv) {
145
144
// Load the reads for the overlaps we are going to be correcting, and apply corrections to them
146
145
147
146
fprintf(stderr, "Correcting reads " F_U32 " to " F_U32 ".\n", G->bgnID, G->endID);
147
+
fprintf(stderr, " %s alignment errors in simple sequence repeats (-s %ssupplied).\n",
148
+
G->checkTrivialDNA ? "Ignoring" : "Allowing",
149
+
G->checkTrivialDNA ? "" : "not ");
148
150
149
151
FILE *correctedReads = G->correctedName == NULL ? NULL : fopen(G->correctedName, "w");
150
152
Correct_Frags(G, seqStore, correctedReads);
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4