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

Fix error while fetching referenceGenomeSize #2991

Merged
merged 1 commit into from
Jan 16, 2020

Conversation

kalletlak
Copy link
Member

@@ -92,7 +92,7 @@ export function getChmInfo(genomeBuild:string) {
if (!referenceGenome || referenceGenome === "") {
referenceGenome = DEFAULT_GENOME_BUILD;
}
const genomeSize = referenceGenomeSizes[genomeBuild];
const genomeSize = referenceGenomeSizes[referenceGenome];
Copy link
Collaborator

Choose a reason for hiding this comment

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

do we have a sense why this working for other patients? seems like we were using the key instead of the value

Copy link
Member Author

Choose a reason for hiding this comment

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

for other patients ncbiBuild of first mutation is in one of referenceGenomeSizes keys

Copy link

Choose a reason for hiding this comment

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

hi @alisman , @kalletlak , my mistake, should be referenceGenome. Thanks!

Copy link
Collaborator

Choose a reason for hiding this comment

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

thanks @khzhu !!!

@alisman alisman merged commit 8acf419 into cBioPortal:master Jan 16, 2020
@inodb inodb added the bug label Jan 16, 2020
@kalletlak kalletlak deleted the fix-7008 branch July 8, 2024 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug (or data issue) with tracks in genomic overview
4 participants