Dear @felicityallen ,
I could not make FORECasT run locally until I have noticed a typo in line 17 of predict.py:
INDELGENTARGET_EXE = os.getenv("INDELGENTARGET_EXE",
"C:/Users/fa9/postdoc/indelmap/build/Release/indelgentarget.exe")
I guess the path to the indelgentarget executable should be the same as in the installation instruction, i.e. /usr/local/bin/indelgentarget. After I changed that, the toll started working. =)
Vlada
Dear @felicityallen ,
I could not make FORECasT run locally until I have noticed a typo in line 17 of predict.py:
I guess the path to the
indelgentargetexecutable should be the same as in the installation instruction, i.e./usr/local/bin/indelgentarget. After I changed that, the toll started working. =)Vlada