Skip to content

Commit

Permalink
Add updated version of TaxonsUniprots2Tables jar
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Sep 26, 2023
1 parent 4979405 commit e5cf281
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Binary file modified scripts/helper_scripts/TaxonsUniprots2Tables.jar
Binary file not shown.
1 change: 0 additions & 1 deletion scripts/helper_scripts/parser/src/storage/TableWriter.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public void store(UniprotEntry entry) {
long uniprotEntryId = addUniprotEntry(entry.getUniprotAccessionNumber(), entry.getVersion(),
entry.getTaxonId(), entry.getType(), entry.getName(), entry.getSequence());
if (uniprotEntryId != -1) { // failed to add entry
// todo make cleaner
String faSummary = Stream.of(
entry.getGOReferences().stream().map(UniprotGORef::getId),
entry.getECReferences().stream().filter(x -> !x.getId().isEmpty()).map(x->"EC:"+x.getId()),
Expand Down

0 comments on commit e5cf281

Please sign in to comment.