-
Notifications
You must be signed in to change notification settings - Fork 270
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
Gene panel column data in patient view download #2741
Conversation
src/pages/patientView/copyNumberAlterations/CopyNumberTableWrapper.tsx
Outdated
Show resolved
Hide resolved
src/shared/components/mutationTable/column/PanelColumnFormatter.tsx
Outdated
Show resolved
Hide resolved
src/shared/components/mutationTable/column/PanelColumnFormatter.tsx
Outdated
Show resolved
Hide resolved
fd3d777
to
227d281
Compare
279afdb
to
350d3e8
Compare
227d281
to
d7c7173
Compare
} | ||
|
||
render() { | ||
const { data, sampleToMutationGenePanelId } = this.props; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like there's some indentation issues here. you can run prettier.js on this file. see command in scripts of package.json
@ngocnn1104 @pvannierop can you guys explain what branch this is PR is targetting? |
930deb8
to
4843f14
Compare
Hi @alisman, we will target the master branch eventually, but now some features relating to gene panel is still in development and they are dependent on one another. I added the |
ed8b8d6
to
4581762
Compare
a850e35
to
9810e74
Compare
4581762
to
5c9e64c
Compare
5c9e64c
to
7f36f2b
Compare
7f36f2b
to
a5d0ae5
Compare
What? Why?
Implementation of feature: Gene panel column data in patient view download
Code changes
PanelColumnFormatter.tsx
to render the related panel dataGene panel
column (hidden by default) toPatientViewMutationTable.tsx
andCopyNumberTableWrapper.tsx
GIF
Remarks:
patientview_genepanel_api_integration
which does not exist