GlobPlot and DIsembl execs all test passed
[jabaws.git] / binaries / src / globplot / GlobPlot.py
index b15a28d..ae1cf07 100644 (file)
@@ -9,8 +9,9 @@ import sys,re
 import os
 from os import system,popen3
 
-relpath = re.sub("/GlobPipe.py$","",argv[0])
-newpath =os.getcwd()+"/"+relpath+"/biopython-1.50"
+relpath = re.sub("/GlobPlot.py$","",argv[0])
+# cwd = re.sub("/$","", os.getcwd())
+newpath = relpath + "/biopython-1.50"
 sys.path.append(newpath)
 
 import Bio