Skip to content

Commit

Permalink
increase max ensembl release to 111
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Marie Noronha committed Sep 27, 2024
1 parent fb68065 commit 98aac03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agfusion/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# this is mostly contigent on the maximum ensembl release supported
# by pyensembl

MAX_ENSEMBL_RELEASE = 95
MAX_ENSEMBL_RELEASE = 111

GENOME_SHORTCUTS = {
"GRCm38": ["mus_musculus", MAX_ENSEMBL_RELEASE],
Expand Down

0 comments on commit 98aac03

Please sign in to comment.