Skip to content

Commit

Permalink
Added comma to DUR1,2 and removed comma from ADE57
Browse files Browse the repository at this point in the history
  • Loading branch information
Onariaginosa authored Dec 7, 2022
1 parent 0e2af84 commit ca79174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-client/public/js/generateNetwork.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { grnState } from "./grnstate";

export const generateNetwork = function () {
const GENE_EXCEPTIONS = {
"DUR1.2" : "DUR12",
"DUR1,2" : "DUR12",
"IMP2'" : "IMP21",
"ARG5,6" : "ARG56",
"ADE5,7" : "ADE5,7",
"ADE5,7" : "ADE57",
"MF(ALPHA)1" : "YPL187W",
"MF(ALPHA)2" : "YGL089C"
};
Expand Down

0 comments on commit ca79174

Please sign in to comment.