Sha256: c5041b22c870ae324dbc87dfcfb737566e6ffcd6d2d1117e7de944cca762f33a
Contents?: true
Size: 549 Bytes
Versions: 1
Compression:
Stored size: 549 Bytes
Contents
# Needs define ROOT_PATH constant in file requiring this file COMMON_OPTPARSE = File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'pets', 'common_optparse.rb')) REPORT_FOLDER = File.expand_path(File.join(ROOT_PATH, '..', 'templates')) EXTERNAL_DATA = File.expand_path(File.join(ROOT_PATH, '..', 'external_data')) EXTERNAL_CODE = File.expand_path(File.join(ROOT_PATH, '..', 'external_code')) HPO_FILE = File.join(EXTERNAL_DATA, 'hp.json') MONDO_FILE = File.join(EXTERNAL_DATA, 'mondo.obo') IC_FILE = File.join(EXTERNAL_DATA, 'uniq_hpo_with_CI.txt')
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pets-0.2.5 | lib/pets/constants.rb |