Skip to content

Commit

Permalink
test: config interval path training
Browse files Browse the repository at this point in the history
  • Loading branch information
xyg123 committed Feb 10, 2025
1 parent 56c3c5c commit 01409cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gentropy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ class LocusToGeneConfig(StepConfig):
model_path: str | None = None
gold_standard_curation_path: str | None = None
gene_interactions_path: str | None = None
interval_path: str | None = None
features_list: list[str] = field(
default_factory=lambda: [
# max CLPP for each (study, locus, gene) aggregating over a specific qtl type
Expand Down

0 comments on commit 01409cb

Please sign in to comment.