bin/reg2phen.rb in pets-0.2.3 vs bin/reg2phen.rb in pets-0.2.4
- old
+ new
@@ -1,17 +1,15 @@
#! /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).
-REPORT_FOLDER=File.expand_path(File.join(File.dirname(__FILE__), '..', 'templates'))
ROOT_PATH = File.dirname(__FILE__)
$: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'pets'))
require 'optparse'
-require 'generalMethods.rb'
require 'semtools'
-require 'reg2phen_methods'
+require 'pets'
##########################
#OPT-PARSER
##########################
\ No newline at end of file