Skip to content

Commit

Permalink
Allow this protein
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Mar 10, 2024
1 parent 2ea707e commit 84c88d8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ public static List<IAssertion> ChEBIIDsNotMarkedAsMetabolite(SPARQLHelper helper
allowed.add("CHEBI:33699"); // mRNA
allowed.add("CHEBI:39026"); // LDL
allowed.add("CHEBI:89981"); // LPS
allowed.add("CHEBI:138181"); // IL-1β
String errors = "";
int errorCount = 0;
if (table.getRowCount() > 0) {
Expand Down

0 comments on commit 84c88d8

Please sign in to comment.