Skip to content

Commit

Permalink
Amended help text
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmleggett committed Jun 9, 2017
1 parent 35b08bc commit 774ecb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified dist/NanoOK.jar
Binary file not shown.
2 changes: 2 additions & 0 deletions src/nanook/NanoOKOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,8 @@ public void parseArgs(String[] args) {
System.out.println(" -force to force NanoOK to ignore warnings");
System.out.println(" -timeout to set the number of seconds before giving up waiting for new reads (default 2)");
System.out.println("");
System.out.println("Valid aligners: last, bwa, blasr, marginalign, graphmap");
System.out.println("");
System.exit(0);
}

Expand Down

0 comments on commit 774ecb4

Please sign in to comment.