Skip to content

Commit

Permalink
type hint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
xyg123 committed Dec 17, 2024
1 parent 8140d5a commit 24dc8c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gentropy/l2g.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ def __init__(
gold_standard_curation_path (str | None): Path to the gold standard curation file
variant_index_path (str | None): Path to the variant index
gene_interactions_path (str | None): Path to the gene interactions dataset
gene_index_path (str | None = None): Path to the gene index
interval_path (str | None = None) : Path and source of interval input datasets
gene_index_path (str | None): Path to the gene index
interval_path (str | None) : Path and source of interval input datasets
predictions_path (str | None): Path to the L2G predictions output dataset
l2g_threshold (float | None): An optional threshold for the L2G score to filter predictions. A threshold of 0.05 is recommended.
hf_hub_repo_id (str | None): Hugging Face Hub repository ID. If provided, the model will be uploaded to Hugging Face.
Expand Down

0 comments on commit 24dc8c3

Please sign in to comment.