-
Notifications
You must be signed in to change notification settings - Fork 115
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
Support for mcool files with hic_matrix_square #404
Comments
Hi, pyGenomeTracks/pygenometracks/tracksClass.py Line 606 in c42e74e
I'll make a PR which corrects it later today. |
Thanks! I Appreciate the quick response. |
I nearly forgot you. The PR is ready. I need to check with my colleagues if we do a quick bug fix release. |
Hi, I came here from the documentation on 3.8 release. |
Hi, pyGenomeTracks/pygenometracks/tests/test_hiCMatrixSquareTracks.py Lines 289 to 305 in b8918d4
The ini file is here: pyGenomeTracks/pygenometracks/tests/test_hiCMatrixSquareTracks.py Lines 137 to 162 in b8918d4
And it passes. Could you try to repeat this on your mcool file to be sure the way you specify the resolution is the good one?
|
Thanks for a fast reply! The issue was pretty simple - I relied on building
a .ini file using make_tracks_file. If I construct the ini file manually
and use the above test with my mcool files, then everything works fine.
Thanks!
…On Thu, Jun 22, 2023 at 4:20 PM Lucille Delisle ***@***.***> wrote:
Reopened #404 <#404>.
—
Reply to this email directly, view it on GitHub
<#404 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7PF5F43GBHJ3HR57SSOR7LXMSSHVANCNFSM5263TG3Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Welcome to the pyGenomeTracks GitHub repository! Before opening the issue please check
that the following requirements are met :
[ x ] Search whether this issue (or a similar issue) has been solved before
using the search tab above. Link the previous issue if appropriate below.
[ x ] Paste your pyGenomeTracks version (
pyGenomeTracks --version
) and your pythonversion (
python --version
) below.Pretty sure this is due to the lack of support for .mcool file for some reason, because when I have
in the .ini file I get
If I just feed the path to mcool, of course cooler complains that I didn't specify a group.
but when i change the file path to a .cool file, it plots nicely. hic_matrix already supports .mcool file so I would assume the code is already in place somewhere.
The text was updated successfully, but these errors were encountered: