Skip to content

Commit

Permalink
Add comments as to why we cannot update the corStore (-u option).
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwalenz committed Sep 18, 2020
1 parent b982642 commit a9aaea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stores/loadCorrectedReads.C
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ main (int argc, char **argv) {
fprintf(stderr, " (WARNING: program will succeed if this file is empty)\n");
fprintf(stderr, "\n");
fprintf(stderr, " -u Also load the populated tig layout into version 2 of the corStore.\n");
fprintf(stderr, " (WARNING: not rigorously tested)\n");
fprintf(stderr, " Doesn't work; falconsense isn't updating the layout with\n");
fprintf(stderr, " the position of the evidence read in the corrected read.\n");
fprintf(stderr, "\n");

for (uint32 ii=0; ii<err.size(); ii++)
Expand Down

0 comments on commit a9aaea4

Please sign in to comment.