diff SalmID.py @ 14:6d28f83c35b1

Uploaded
author estrain
date Sat, 07 Sep 2019 11:35:02 -0400
parents 92bf51ce2a57
children 9438261e43e0
line wrap: on
line diff
--- a/SalmID.py	Sat Sep 07 11:12:04 2019 -0400
+++ b/SalmID.py	Sat Sep 07 11:35:02 2019 -0400
@@ -266,7 +266,8 @@
 
 
 def main():
-    ex_dir = os.path.dirname(os.path.realpath(__file__))
+    ex_dir = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
+    #ex_dir = os.path.dirname(os.path.realpath(__file__))
     args = parse_args()
     input_file = args.input_file
     if input_file != 'None':