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

Adjusting canvas height based GenotypeTrack height #12

Open
wants to merge 145 commits into
base: master
Choose a base branch
from

Conversation

snaheth
Copy link

@snaheth snaheth commented Apr 11, 2017

Not using props on this one so we don't have to spread our code out over classes, as discussed

dorisjlee and others added 30 commits October 3, 2016 16:30
…and Genotype.js constructors to take in objects instead
…and Genotype.js constructors to take in objects instead
searchNode = ReactDOM.findDOMNode(searchNode).parentNode;
if (searchNode && searchNode.className && searchNode.className.split(' ') && searchNode.className.split(' ')[1]) {
let name = searchNode.className.split(' ')[1];
if (name == GenotypeTrack.displayName) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did we decide to do anything about the PileupTrack?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you comment this a little more so we know whats going on?

@AmplabJenkins
Copy link

Can one of the admins verify this patch?

@snaheth
Copy link
Author

snaheth commented Apr 28, 2017

Fixed in the latest PR

@snaheth snaheth closed this Apr 28, 2017
@akmorrow13
Copy link
Owner

Sorry @snaheth , that was a test PR for some build testing and will not be merged.

@akmorrow13 akmorrow13 reopened this Apr 28, 2017
@AmplabJenkins
Copy link

Can one of the admins verify this patch?

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

Successfully merging this pull request may close these issues.

7 participants