forked from marbl/canu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update utility/ and make sqStoreCreate warn and accept malformatted i…
…nputs.
- Loading branch information
1 parent
69e22c9
commit 8c967e4
Showing
3 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
Submodule seqrequester
updated
3 files
+15 −38 | src/seqrequester/extract.C | |
+2 −1 | src/seqrequester/summarize.C | |
+1 −1 | src/utility |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule utility
updated
8 files
+30 −0 | src/Makefile | |
+2 −1 | src/main.mk | |
+48 −0 | src/tests/systemTest.C | |
+34 −4 | src/utility/files.C | |
+3 −0 | src/utility/files.H | |
+305 −91 | src/utility/sequence.C | |
+78 −105 | src/utility/sequence.H | |
+1 −40 | src/utility/system.C |