Skip to content
Snippets Groups Projects
Commit 685fa703 authored by barillac's avatar barillac
Browse files

exp step parent added

SVN: 35096
parent ec81d8dc
No related branches found
No related tags found
No related merge requests found
...@@ -274,7 +274,20 @@ $.extend(PeterLabProfile.prototype, StandardProfile.prototype, { ...@@ -274,7 +274,20 @@ $.extend(PeterLabProfile.prototype, StandardProfile.prototype, {
"TYPE": "YEAST_COLLECTION", "TYPE": "YEAST_COLLECTION",
"MIN_COUNT" : 0, "MIN_COUNT" : 0,
"ANNOTATION_PROPERTIES" : [{"TYPE" : "COMMENTS", "MANDATORY" : false }] "ANNOTATION_PROPERTIES" : [{"TYPE" : "COMMENTS", "MANDATORY" : false }]
} },
{
"LABEL" : "Protein complex",
"TYPE": "PROTEIN_COMPLEX",
"MIN_COUNT" : 0,
"ANNOTATION_PROPERTIES" : [{"TYPE" : "COMMENTS", "MANDATORY" : false }]
},
{
"LABEL" : "Experimental step",
"TYPE": "EXPERIMENTAL_STEP",
"MIN_COUNT" : 0,
"ANNOTATION_PROPERTIES" : [{"TYPE" : "COMMENTS", "MANDATORY" : false }]
}
], ],
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment