diff --git a/run_RAxML.py b/run_RAxML.py index 27e9298..0788154 100755 --- a/run_RAxML.py +++ b/run_RAxML.py @@ -11,7 +11,7 @@ from random import * from math import ceil -sys.path.extend(map(os.path.abspath, ['/nfs/users/nfs_s/sh16/scripts/modules/'])) +sys.path.extend(map(os.path.abspath, ['/nfs/pathogen/sh16_scripts/modules/'])) from Si_general import * from Si_SeqIO import * from Si_SNPs_temp import *