Skip to content

Commit

Permalink
Update cg/meta/workflow/analysis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vadym <[email protected]>
  • Loading branch information
rannick and ivadym authored May 23, 2024
1 parent 5042ea0 commit 5449146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/meta/workflow/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def link_fastq_files_for_sample(

def get_target_bed(self, case_id: str, analysis_type: str) -> str:
"""
Call the extraction of the target bed file from lims and use default capture kit for WGS
Return the target bed file from LIMS and use default capture kit for WGS.
"""
target_bed: str = self.get_target_bed_from_lims(case_id=case_id)
if not target_bed:
Expand Down

0 comments on commit 5449146

Please sign in to comment.