You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Has anyone come across problems to read the mcool files converted by hicexplorer? Not sure what went wrong, can someone give some hints where should I change in mcool?
Thanks!
First, I figured out there should be "format-version" attribute in mcool file, so I added it back "format-version: 2". (I guess it should be 2. I tried 1 and 3, didn't read either)
However, it threw the following error: output=CreateBrick_from_mcool(Brick="./test40k", binsize=40000, mcool="Merged.4bins_corrected.mcool", remove.existing=T)
Error in rep(chr, Offset) : invalid 'times' argument
Here I listed the file content, one from my file and the other one from the example:
Sorry for the very long silence on this thread. I haven't had the chance to take a look at the repository for quiet some time. HiCExplorer and sparse format files are a planned addition for bioconductor release 3.11.
Other than that, I am trying to find the source of your bug. Can you please provide a file for testing purposes?
Hi,
Has anyone come across problems to read the mcool files converted by hicexplorer? Not sure what went wrong, can someone give some hints where should I change in mcool?
Thanks!
First, I figured out there should be "format-version" attribute in mcool file, so I added it back "format-version: 2". (I guess it should be 2. I tried 1 and 3, didn't read either)
However, it threw the following error:
output=CreateBrick_from_mcool(Brick="./test40k", binsize=40000, mcool="Merged.4bins_corrected.mcool", remove.existing=T)
Error in rep(chr, Offset) : invalid 'times' argument
Here I listed the file content, one from my file and the other one from the example:
The text was updated successfully, but these errors were encountered: