-
Notifications
You must be signed in to change notification settings - Fork 318
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
Migrate oncoprintjs #4252
Closed
Closed
Migrate oncoprintjs #4252
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
b86687d
to
2e4843e
Compare
Cleaned up CSS, by changing class names a bit and prepending 'oncoprint-' Implemented track groups, complete with rendering and dragging Implemented more of genetic alteration ruleset
…ed useful document fragment rendering
Track group headers
…ered Improvements to track sort direction dynamics
Fix overflow:hidden issues with track group headers, and improve dropdown UIs
Add classes to track header options elements
Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Allow passing in custom na shapes for rule sets
Implement ability to insert column gaps between items of a track that are distinguished in sorting
Fix off-by-one error in horz zoom to fit, and rename args to make this error clearer
…er of for loop steps Signed-off-by: Abeshouse, Adam A./Sloan Kettering Institute <abeshoua@mskcc.org>
Add callback specifically for remove track option in track menu
Performance improvements
Allow setting max height in initialization
Fix horz zoom to fit calculation
Make minimap appear at top instead of bottom
Implement infinite loop in a different way thats hopefully compatible with IE11
Dont use prepend, which is not supported in IE11
…yarn/acorn-5.7.4 Bump acorn from 5.7.3 to 5.7.4
…y-3.5.0 Bump jquery from 3.4.1 to 3.5.0
…yarn/lodash-4.17.19 Bump lodash from 4.17.15 to 4.17.19
Fix heatmap bug
…yarn/elliptic-6.5.3 Bump elliptic from 6.5.1 to 6.5.3
2e4843e
to
958a668
Compare
Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
Signed-off-by: Onur Sumer <s.onur.sumer@gmail.com>
958a668
to
e67e2e3
Compare
This PR imports oncoprintjs from an incorrect fork, closing. Superseded by #4266 |
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.
Checks