Skip to content

Commit

Permalink
Cosmetics.
Browse files Browse the repository at this point in the history
  • Loading branch information
eudesbarbosa committed Jan 26, 2022
1 parent d83c170 commit 2bb4680
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,8 @@ def get_model_dir_list(pattern):

def get_params(self, action):
"""
:param action: Action (i.e., step) in the workflow. Currently only available for 'model'.
:param action: Action (i.e., step) in the workflow. Currently available for:
'ploidy-model', 'model', and 'postgermline_models'.
:type action: str
:return: Returns input function for gCNV rule based on inputted action.
Expand Down Expand Up @@ -809,8 +810,8 @@ def _get_params_model(self, wildcards):
def _get_params_postgermline_models(self, wildcards):
"""Get post germline model parameters.
:param wildcards: Snakemake wildcards associated with rule, namely: 'library_kit'
(e.g., 'Agilent_SureSelect_Human_All_Exon_V6').
:param wildcards: Snakemake wildcards associated with rule, namely: 'library_name'
(e.g., 'P001-N1-DNA1-WGS1').
:type wildcards: snakemake.io.Wildcards
:return: Returns model parameters dictionary if analysis type is 'case_mode';
Expand Down

0 comments on commit 2bb4680

Please sign in to comment.