Skip to content

Commit ca79174

Browse files
authored
Added comma to DUR1,2 and removed comma from ADE57
1 parent 0e2af84 commit ca79174

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-client/public/js/generateNetwork.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { grnState } from "./grnstate";
55

66
export const generateNetwork = function () {
77
const GENE_EXCEPTIONS = {
8-
"DUR1.2" : "DUR12",
8+
"DUR1,2" : "DUR12",
99
"IMP2'" : "IMP21",
1010
"ARG5,6" : "ARG56",
11-
"ADE5,7" : "ADE5,7",
11+
"ADE5,7" : "ADE57",
1212
"MF(ALPHA)1" : "YPL187W",
1313
"MF(ALPHA)2" : "YGL089C"
1414
};

0 commit comments

Comments
 (0)