Deactivate file I/O announcement for CLI

This commit is contained in:
2022-02-27 16:16:24 -06:00
parent 2485ac4cf6
commit 32c5bcaaff
2 changed files with 15 additions and 17 deletions

View File

@@ -375,7 +375,7 @@ public class InteractiveInterface {
data = BiGpairSEQ.getGraphInMemory();
}
else {
GraphDataObjectReader dataReader = new GraphDataObjectReader(graphFilename);
GraphDataObjectReader dataReader = new GraphDataObjectReader(graphFilename, true);
data = dataReader.getData();
if(BiGpairSEQ.cacheGraph()) {
BiGpairSEQ.setGraphInMemory(data, graphFilename);