-
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 java.nio.file.NoSuchFileException with mcool #18
Comments
Hi, |
Hi Axel, I am using our in-home Micro-C dataset from a non-bilaterian animal (genome size ~200Mb). The file contains the following resolutions:
Can the problem be that SIP looks for KR normalization in cool file that was balanced with ICE?
Best, |
Yes it is possible, |
Thanks Axel! |
I had the same problem yesterday but SIP worked for me a few months ago. And I solved the problem by using cooler=0.8.6, cooltools=0.3.2. I think it is more likely a compiling problem, but not the norm problem. |
thanks, xl5525! |
I will change that for the next version.Sorry about that
…On Thu, 28 Apr 2022 at 09:40, ianakim ***@***.***> wrote:
thanks, xl5525!
using cooler=0.8.6, cooltools=0.3.2 solved it!!!
—
Reply to this email directly, view it on GitHub
<#18 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABS4UBLDIUONO3HY6VYEPITVHKINPANCNFSM5S4BICOQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
using cooler=0.8.6, cooltools=0.3.2 worked for me too! Thanks! |
Hi Axel, |
Try to setup independent environments for different purposes.
|
Thanks Axel, this seem to make it work indeed! :-) |
Hi, thanks a lot for the wonderful software!
It works really well on small genomes with hic file. However, I was trying to run it with mcool file using the following command:
java -Xmx10g -jar ${dir}/SIP_HiC_v1.6.1.jar cool ${mcool} ${CHROMSIZE_TEST} ${OUTDIR}/SIP_01 ${cooltoolsPath} ${coolerPath} -res 400 -t 2000 -fdr 0.1 -d 10 -mat 5000 -nbZero 6 -del true -cpu $CPU -g 3 -min 2 -max 2
And got the following error but no output files generated (only parameters.txt). Could you please help me to solve this issue?
The text was updated successfully, but these errors were encountered: