We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I am trying to convert cool to h5 format using hicConvertFormat. I have an mcool file from which I have already extracted my resolution using
cooler dump --join ../test.iced.mcool::resolutions/10000 -o test.cool
and then I run -
hicConvertFormat \ -m test.cool \ --outFileName test.h5 \ --inputFormat cool \ --outputFormat h5
I get the error: AttributeError: module 'cooler' has no attribute 'fileops'
If I try using mcool directly for conversion using -
hicConvertFormat \ -m test.iced.mcool::resolutions/10000 \ --outFileName test.h5 \ --inputFormat cool \ --outputFormat h5
Same issue pops up. Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I am trying to convert cool to h5 format using hicConvertFormat. I have an mcool file from which I have already extracted my resolution using
cooler dump --join ../test.iced.mcool::resolutions/10000 -o test.cool
and then I run -
I get the error: AttributeError: module 'cooler' has no attribute 'fileops'
If I try using mcool directly for conversion using -
Same issue pops up.
Any help would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: