Class: Rafflesia::Types::StructurePredictionEntityType

Inherits:
Object
  • Object
show all
Defined in:
lib/rafflesia/types/structure_prediction_entity_type.rb

Constant Summary collapse

PROTEIN =
'protein'
DNA =
'dna'
RNA =
'rna'
LIGAND =
'ligand'
ALL =
[PROTEIN, DNA, RNA, LIGAND].freeze