We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2af84 commit ca79174Copy full SHA for ca79174
web-client/public/js/generateNetwork.js
@@ -5,10 +5,10 @@ import { grnState } from "./grnstate";
5
6
export const generateNetwork = function () {
7
const GENE_EXCEPTIONS = {
8
- "DUR1.2" : "DUR12",
+ "DUR1,2" : "DUR12",
9
"IMP2'" : "IMP21",
10
"ARG5,6" : "ARG56",
11
- "ADE5,7" : "ADE5,7",
+ "ADE5,7" : "ADE57",
12
"MF(ALPHA)1" : "YPL187W",
13
"MF(ALPHA)2" : "YGL089C"
14
};
0 commit comments