Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HolEv committed Oct 12, 2023
1 parent 120968f commit 91a2e9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deeprvat/seed_gene_discovery/seed_gene_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,11 +273,10 @@ def test_gene(

var_weight_function = test_config.get("var_weight_function", "sift_polyphen")
max_n_markers = test_config.get("max_n_markers", 5000)
#skips genes with more than max_n_markers qualifying variants
# skips genes with more than max_n_markers qualifying variants

logger.info(f"Using function {var_weight_function} for variant weighting")


(
weights,
_,
Expand Down Expand Up @@ -479,7 +478,7 @@ def update_config(
config["data"]["dataset_config"][
"sim_phenotype_file"
] = simulated_phenotype_file
logger.info(f'Reading MAF column from column {maf_column}')
logger.info(f"Reading MAF column from column {maf_column}")

if phenotype is not None:
config["data"]["dataset_config"]["y_phenotypes"] = [phenotype]
Expand Down

0 comments on commit 91a2e9a

Please sign in to comment.