bin/phen2reg.rb in pets-0.1.2 vs bin/phen2reg.rb in pets-0.1.3

- old
+ new

@@ -2,10 +2,10 @@ # Rojano E. & Seoane P., September 2016 # Program to predict the position from given HPO codes, sorted by their association values. REPORT_FOLDER=File.expand_path(File.join(File.dirname(__FILE__), '..', 'templates')) ROOT_PATH = File.dirname(__FILE__) -$: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'gephepred')) +$: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'pets')) require 'net/ftp' require 'net/http' require 'zlib' require 'json' require 'generalMethods.rb'