-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
trained model not found #65
Comments
Could you try with the latest version of xtea from the github? like |
Thank worked! I ran into the bamsnap issue that was raised previsously (#19), but following your advise I'll ignore the error. Thank you! |
Good to know that you have solved the problem. I'll close this issue for now. |
Hello, I'm having the same issue, cloning the newest xTea repo didn't solve the problem, have tried python 3.7.12 + deep-forest 0.1.7 (installed through conda xTea) and python 3.6 + deep-forest 0.1.5 (installed using pip for individual packages), neither worked. In python Could you help point to the correct version of deek-forest to use? Or other suggestions on how to fix it are really appreciated. Thanks in advance for the help! Can't wait to try this awesome tool! -Wanqing |
Okay, I might have found the problem, my |
Hi, have you solved this problem? If not, please reopen this ticket. |
Hi Simon, Thanks a lot for the reply! it seems to be working. I'm starting a new run and will reopen if it errors out. Might be good to update the readme conda xtea version, or add a note, so other people won't run into this. Thanks for creating the tool! -Wanqing |
Hi Simon, thank you for creating xTEA!
I have been trying to run xtea on illumina reads but at the genotyping step I get the following error message:
It seems that the genotyping trained model "/home/aniko.meijer/software/xTea/xtea/genotyping/trained_model_ssc_py2_random_forest_two_category.pkl" can't be found, but the file exists in the specified directory.
I tried to rename the file to "trained_model_ssc_py2_random_forest_two_category.pkl." given the dot that appears after the file name in the error message but that did not solve the problem. I also tried to copy the file to another location and to change the --model parameter in the run_xtea_pipeline.sh file but also in the new location the program was not able to find the file, even through it was there.
Do you know what causes this error? I'm using python 3.7.12 and deep-forest 0.1.7. Thank you!
The commands from the run_xtea_pipeline.sh file:
The text was updated successfully, but these errors were encountered: