Skip to content

Commit

Permalink
Added method get_managed_variants to mip rna workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
diitaz93 committed Dec 11, 2023
1 parent f2aca7f commit d5b70a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cg/meta/workflow/mip_rna.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ def config_sample(self, link_obj, panel_bed: str | None = None) -> dict[str, str
def get_gene_panel(self, case_id: str) -> list[str]:
"""Create and return the aggregated gene panel file."""
return self._get_gene_panel(case_id=case_id, genome_build=GENOME_BUILD_38)

def get_managed_variants(self) -> list[str]:
"""Create and return the managed variants."""
return self._get_managed_variants(genome_build=GENOME_BUILD_38)

0 comments on commit d5b70a3

Please sign in to comment.