Skip to content

Commit

Permalink
Removed dependency to XHMM configuration(path_target_interval_list_ma…
Browse files Browse the repository at this point in the history
…pping).
  • Loading branch information
eudesbarbosa committed Jan 26, 2022
1 parent b7cf073 commit d83c170
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,8 @@ def __init__(
# Register sub workflows
self.register_sub_workflow("ngs_mapping", self.config["path_ngs_mapping"])
# Build mapping from NGS DNA library to library kit.
self.ngs_library_to_kit = self.sub_steps["xhmm"].ngs_library_to_kit
sub_step_name = "xhmm" if "xhmm" in self.config["tools"] else "gcnv"
self.ngs_library_to_kit = self.sub_steps[sub_step_name].ngs_library_to_kit
# Build dictionary with sample count per library kit
_, _, self.library_kit_counts_dict = self.pick_kits_and_donors()

Expand Down

0 comments on commit d83c170

Please sign in to comment.