Skip to content

Commit

Permalink
Declare a named complex entity type.
Browse files Browse the repository at this point in the history
  • Loading branch information
jvwong committed Jun 19, 2023
1 parent b37e604 commit b6fbb8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/model/element/entity-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const ENTITY_TYPE = Object.freeze({
RNA: 'rna',
PROTEIN: 'protein',
CHEMICAL: 'chemical',
COMPLEX: 'complex'
COMPLEX: 'complex',
NAMED_COMPLEX: 'namedComplex'
});

const NCBI_GENE_TYPE = Object.freeze({
Expand Down

0 comments on commit b6fbb8a

Please sign in to comment.