-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add native support to write .hic files #102
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
robomics
commented
Jan 16, 2024
•
edited
Loading
edited
- Implement write operations on .hic files
- Implement zoomify operations on .hic files
- Implement balancing operations on .hic files
- Update hictk CLI tools to take advantage of the newly developed features
- Drop dependency on HiCTools/JuicerTools and the JVM
This class splits a stream of pixels into chunks, keeping track of which chunks map to which blocks in the matrix-matrix grid. After calling finalize() on an HiCBlockPartitioner object, the class can be used to merge chunks mapping to the same matrix-matrix block. The functionality provided by this class is meant to be used to preprocess a stream of pixels to aid the incremental creation of .hic files.
robomics
force-pushed
the
feature/hic-write
branch
from
January 23, 2024 19:14
7972e55
to
1f176b3
Compare
robomics
force-pushed
the
feature/hic-write
branch
4 times, most recently
from
January 23, 2024 22:30
a91b1b3
to
cb3d329
Compare
robomics
force-pushed
the
feature/hic-write
branch
from
January 23, 2024 23:07
cb3d329
to
8dd0f90
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.