Correct propogation of peptide counts

This commit is contained in:
2022-02-19 22:33:38 -06:00
parent 5b2ed165d0
commit c4633da9eb
4 changed files with 22 additions and 22 deletions

View File

@@ -533,6 +533,8 @@ public class UserInterface {
}
//read object data from file
GraphDataObjectReader dataReader = new GraphDataObjectReader(dataFile);
System.out.println("Reading data from file. This may take some time");
System.out.println("Time to read file is not included in simulation time data");
GraphWithMapData data = dataReader.getData();
//set source file name
data.setSourceFilename(dataFile);