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

Run panel PANELAPP-GREEN by default in all MIP runs #2700

Merged
merged 10 commits into from
Dec 6, 2023
2 changes: 1 addition & 1 deletion cg/meta/workflow/mip.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ def convert_panels(customer: str, default_panels: list[str]) -> list[str]:
all_panels.add(extra_panel)

# add OMIM to every panel choice
all_panels.add(GenePanelMasterList.OMIM_AUTO)
all_panels.add(GenePanelMasterList.OMIM_AUTO.PANELAPP-GREEN)
beatrizsavinhas marked this conversation as resolved.
Show resolved Hide resolved

return list(all_panels)

Expand Down