Skip to content

Commit

Permalink
Black formatted.
Browse files Browse the repository at this point in the history
  • Loading branch information
eudesbarbosa committed Sep 2, 2021
1 parent acf76b5 commit 23e2f09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,7 @@ def _get_log_file(self, action):

def get_args(self, action):
_ = action

def arg_function(wildcards):
donor = self.donor_by_name[wildcards.donor_name]
result = {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ def get_normal_lib_name(self, wildcards):
def get_params(self, action):
"""Return arguments to pass down."""
_ = action

def params_function(wildcards):
if wildcards.tumor_library not in self.donors:
return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def get_log_file(self, action):
def get_params(self, action):
"""Return arguments to pass down."""
_ = action

def params_function(wildcards):
if wildcards.tumor_library not in self.donors:
return {
Expand Down

0 comments on commit 23e2f09

Please sign in to comment.