-
Notifications
You must be signed in to change notification settings - Fork 7
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
init model not valid when running the demo code #5
Comments
Hi, it looks like you don't have the model file at that path. Did you cloned the entire TRACE repository including |
That's strange, if you change |
Still not work after editing the esthmm.c. Does this package requires the latest version (2.7) of GSL library? |
As a follow up of the previous question, I currently use GSL (version 2.6), which is the latest version available in the computer cluster environment I am using. Do I need to update to GSL (version 2.7) to allow the program correctly read E2F1_init_model.txt file? |
No, the program doesn't require the latest version of GSL, and it was actually able to read seq, slope and counts files before reporting error accessing the model file. |
Hi, I still cot not solve the problem of invalid initial model when running the sample code using the sample files. I wonder do you have any other suggestions to solve such problem? |
Hi, I directly ran 3rd step of the demo code. However, it always give the following message:
Error: File ./data/E2F1_init_model.txt not valid
I also tried to regenerate the E2F1_init_model.txt file by running the 1st step of demo code, yet it did not solve the problem.
Is that because I must ran the 2nd step to regenerate required seq, slope and count files before doing the 3nd step?
Another question is that why use ./data/E2F1_slope_2.txt but not ./data/E2F1_slope_1.txt in the 3rd step?
The text was updated successfully, but these errors were encountered: