Skip to content
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

Problem in quickly viewing a dataset #82

Open
Soh-hyon opened this issue Sep 15, 2022 · 2 comments
Open

Problem in quickly viewing a dataset #82

Soh-hyon opened this issue Sep 15, 2022 · 2 comments

Comments

@Soh-hyon
Copy link

Hello,

I got an error when I tried to quickly view a .mcool file using higlass-manage view file_name.mcool
OSError: [Errno 18] Invalid cross-device link: '../HiChIP/KCl_H3K27ac/Processed_KCl_0h/KCl_0h_matrix_1kb.mcool' -> '/tmp/higlass-docker/KCl_0h_matrix_1kb.mcool'

What should I do now? Is the location of my .mcool file important?
I ran the command inside the folder where .mcool file is located.

Thank you in advance!

@pkerpedjiev
Copy link
Member

Hi, sorry for the delayed response. That's usually the error you get when mounting a network drive in Docker. Is your mcool file on a NFS volume? Would it be possible to move the file to a local directory?

@luoxun-xl
Copy link

luoxun-xl commented Jul 23, 2023

Hello,

I got an error when I tried to quickly view a .mcool file using higlass-manage view file_name.mcool OSError: [Errno 18] Invalid cross-device link: '../HiChIP/KCl_H3K27ac/Processed_KCl_0h/KCl_0h_matrix_1kb.mcool' -> '/tmp/higlass-docker/KCl_0h_matrix_1kb.mcool'

What should I do now? Is the location of my .mcool file important? I ran the command inside the folder where .mcool file is located.

Thank you in advance!

This may be due to the file system inconsistency between the folder where the cool files are located and the /tmp folder. You can use the df-TH command to view the folder system on your system.

To solve this problem, you can move the files to a folder consistent with the /tmp file system, and then use higlass-manage view

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants