A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/marbl/canu/commit/1ac9dc362b184d88dd319ea975c6f32dffaff5ce below:

Tidy up logging of correctOverlaps -s swtich. · marbl/canu@1ac9dc3 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+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