bin/paco_translator.rb in pets-0.1.2 vs bin/paco_translator.rb in pets-0.1.3
- old
+ new
@@ -1,10 +1,10 @@
#! /usr/bin/env ruby
ROOT_PATH = File.dirname(__FILE__)
EXTERNAL_DATA = File.expand_path(File.join(ROOT_PATH, '..', 'external_data'))
HPO_FILE = File.join(EXTERNAL_DATA, 'hp.obo')
-$: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'gephepred'))
+$: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'pets'))
require 'generalMethods.rb'
require 'optparse'
###############