-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error running on example input #11
Comments
Uncommenting line 369 fixed that issue, but then I got this error:
Which I fixed by commenting out line 1526. After that it seemed to work. |
Hi Kathleen @keoughkath, Best regards! |
Thanks for your answers to my questions! Related to running phylo-HMRF on the example data, how much time does this take when you run it? It takes quite a while on my system and I want to make sure there isn't something going wrong that could be causing a long runtime. |
Hi Kathleen @keoughkath, Best regards! |
Thanks Yang! I will follow those suggestions and let you know if any more questions pop up. Thanks! |
Hi Kathleen @keoughkath, Best regards! |
Hello,
I'm trying to run phyloHMRF on the example data provided in the repo with the example command provided:
python phylo_hmrf.py -n 20 -r 1 --reload 0 --chromvec 21,22 --miter 100 -p example_input/
however, I get the following error:
NameError: global name 'filename3' is not defined
Thank you,
Kathleen
The text was updated successfully, but these errors were encountered: