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
There's an assumption that one shape represents a treatment in an SVG diagram, but this is not necessarily the case. In fact, it might be easiest, to make every case the same, to wrap non-<g> elements in <g> elements representing the actual shapes making up the transcripts. Then in https://github.com/dredge-bio/dredge/blob/c6a6a8f3d46addb80d3f77cb4ea2be4519375337/src/components/TreatmentSelector.js and
<g>
dredge/src/actions.js
Lines 544 to 620 in c6a6a8f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's an assumption that one shape represents a treatment in an SVG diagram, but this is not necessarily the case. In fact, it might be easiest, to make every case the same, to wrap non-
<g>
elements in<g>
elements representing the actual shapes making up the transcripts. Then in https://github.com/dredge-bio/dredge/blob/c6a6a8f3d46addb80d3f77cb4ea2be4519375337/src/components/TreatmentSelector.js anddredge/src/actions.js
Lines 544 to 620 in c6a6a8f
<g>
s, rather than the elements-representing-treatments themselves.The text was updated successfully, but these errors were encountered: