bin/get_network_nodes.rb in pets-0.1.2 vs bin/get_network_nodes.rb in pets-0.1.3
- old
+ new
@@ -2,10 +2,10 @@
# Rojano E. & Seoane P., March 2019
# Code to prepare data to get the associations between pathological phenotypes (HPO) and genomic regions (SOR)
ROOT_PATH = File.dirname(__FILE__)
-$: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'gephepred'))
+$: << File.expand_path(File.join(ROOT_PATH, '..', 'lib', 'pets'))
##############################
#LIBRARIES
##############################
require 'generalMethods.rb'