bin/reg2phen.rb in pets-0.1.2 vs bin/reg2phen.rb in pets-0.1.3
- old
+ new
@@ -1,10 +1,10 @@
#! /usr/bin/env ruby
#DECIPHER predictor system, using data from cross validation
#data2predict = file to predict
#training_file.txt = file with training data (association values and hpo codes).
require 'optparse'
-require File.join(File.dirname(__FILE__), '..', 'lib', 'gephepred', 'generalMethods.rb')
+require File.join(File.dirname(__FILE__), '..', 'lib', 'pets', 'generalMethods.rb')
##########################
#METHODS
##########################