Skip to content

Commit

Permalink
Removed to obsolete identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 7, 2023
1 parent c91bcb3 commit 5f8ea36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions org.bridgedb.tools.qc/src/org/bridgedb/tools/qc/BridgeQC.java
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,6 @@ private void summarizeOverallStats(SimpleGdb gdb, String oldNew) throws IDMapper
{
this.out.println("INFO: " + oldNew + " database has a total number of identifiers of " + gdb.getGeneCount());
this.out.println("INFO: " + oldNew + " database has a total number of mappings of " + gdb.getLinkCount());
int countOfPrimary;
int countofSecondary;
Connection con = gdb.getConnection();
con.setAutoCommit(false);
Statement st = con.createStatement();
Expand Down

0 comments on commit 5f8ea36

Please sign in to comment.