Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolai-vKuegelgen committed Apr 30, 2024
1 parent a383a63 commit ad7c784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cubi_tk/snappy/itransfer_sv_calling.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ def __init__(self, args):

if self.step_name == "sv_calling_targeted":
self.defined_callers = config["step_config"][self.step_name]["tools"]
else: # if self.step_name == 'sv-calling_wgs'
# For WGS config looks like: sv-calling_wgs::tools::<dna>::[...]
else: # if self.step_name == 'sv_calling_wgs'
# For WGS config looks like: sv_calling_wgs::tools::<dna>::[...]
self.defined_callers = [
tool
for subcat in config["step_config"][self.step_name]["tools"]
Expand Down

0 comments on commit ad7c784

Please sign in to comment.