-
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
main.py fails #8
Comments
Hello Francicco, Thank you for your interest in our tool. It looks like the input files are not of the expected format, or there are too many files in the current directory that you are working on. Would you mind providing the following details:
It's also helpful sometimes to provide absolute path instead of If possible, you can send me a file of one chromosome (for example, chr10), so I can help debugging. Looking forward to hearing from you. |
Hi Vu, Thanks a lot for your quick reply. I've now run the preprocessing again with just 2 reps, I have 6 in total. This is the command I executed: I've got a few warning for scaffolds with no regions, something expected. But then at the end:
I then rerun it using
It ended:
Then I run: And
The
I think so. I've now changed to a full path. The files are too big, I've made a link to it. Thanks a lot |
Hi Francesco,
means that not all of the cores you supplied were available at the time of process. Our code in
I apologize for this error. We have some sanity check step in the code for this and it worked ok for mouse and human, but maybe it failed for non-mouse/human chromosome names. I will work on an update soon.
Thank you for your patience! |
Hi Francesco, I have not completely resolved all of the bugs, but I'd like to follow up with what I have so far. Unfortunately, I could not replicate your error. With your data, I have successfully trained a model and predicted peaks. Here's what I did:
Under the directory Upon inspecting the code using your data, it appears to me that one region is not 1000bp long ( Here are my suggestions for now:
Thanks, |
Hi @hhvu0102, Thanks a lot! I'll give it another go and I'll let you know! |
Another thing I noticed. I hade to change a line in From what version of python/scipy is better using? Cheers |
Hi, I'm using Python 3.7.10 for RCL. Here are other packages I have in the environment:
|
Hi @hhvu0102, I reinstalled everything, re-run the example, and it worked but still I'm not able to generate the model:
:( F |
Hi,
I'm testing your amazing method on my data after running it on the toy example you provide.
But this is the error I get:
Any help?
Thanks a lot
F
The text was updated successfully, but these errors were encountered: