Module: Mspire::CV::Obo
- Defined in:
- lib/mspire/cv/obo.rb
Constant Summary collapse
- NAME =
a hash keyed on ID that gives the cv term name
%w(MS IMS Unit).inject({}) do |hash,key| hash.merge! ::Obo.const_get(key).id_to_name end
- CAST =
%w(MS IMS Unit).inject({}) do |hash,key| hash.merge! ::Obo.const_get(key).id_to_cast end