Skip to content

Commit

Permalink
Final message
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblum authored Dec 18, 2024
1 parent 91757f4 commit f3257c0
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ void buildDatabase(String url, String password, int fetchSize, File outputDirect
milestone += step;
}
}

String msg = String.format("%s: %,d proteins processed", Utilities.getTimeAlt(), proteinCount);
System.err.println(msg);
} catch (SQLException e) {
throw new IllegalStateException("Unable to connect to the database", e);
}
Expand Down

0 comments on commit f3257c0

Please sign in to comment.