Skip to content

Commit

Permalink
Strains and experiment bug fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
antalbalint committed Dec 15, 2015
1 parent d7c8ae7 commit 55943fb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ else if ("reference".equals(colName) || "name".equals(colName) || "alternativeNa
}

}
Mineotaur.LOGGER.info("Number of strains: " + String.valueOf(strains.size()));


} finally {
tx.success();
Expand All @@ -460,6 +460,7 @@ else if ("reference".equals(colName) || "name".equals(colName) || "alternativeNa

table.close();
}
Mineotaur.LOGGER.info("Number of strains: " + String.valueOf(strains.size()));
}
protected Node createDescriptiveNode(String[] descriptiveHeader, double[] descriptiveColumn) {
Node node = db.createNode(descriptiveLabel);
Expand Down

0 comments on commit 55943fb

Please sign in to comment.