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

SDEV-4811 - load tmb_val from genomeTmb if available. #55

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

dustinbleile
Copy link
Contributor

https://www.bcgsc.ca/jira/browse/SDEV-4811

For to remove vardb dependence from gsc_report --template rapid (SDEV-4536),
pori_python needs updates to match to the genomeTmb value.

For backwards compatibility, genomeTmb should be derived from tmburMutationBurden components like previously.

@dustinbleile dustinbleile self-assigned this Mar 28, 2025
@dustinbleile dustinbleile marked this pull request as draft March 28, 2025 20:14

if "genomeTmb" in content.keys():
try:
tmb_val = float(content.get("genomeTmb"))
Copy link
Member

Choose a reason for hiding this comment

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

So we're overriding value from tmburMutationBurden with value from genomeTmb; is that correct?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The idea was to be able to just give the genomeTmb directly.

Rather than derive it from tmburMutationBurden data that may or may not exist.

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.

2 participants