You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following #4, we now support human, mouse, and rat exports. However, in the species configuration for mouse and rat, we set enable_mhc=False because we haven't yet put in accurate coordinates for the major histocompatibility complex region and extended MHC in these species.
If anyone stumbles on this issue and can help that would be much appreciated! We will want coordinates in the assembly specified for each species: currently GRCm39 for mouse and Rnor_6.0 for rat.
The text was updated successfully, but these errors were encountered:
Following #4, we now support human, mouse, and rat exports. However, in the species configuration for mouse and rat, we set
enable_mhc=False
because we haven't yet put in accurate coordinates for the major histocompatibility complex region and extended MHC in these species.See the code that needs updating for mouse
ensembl-genes/ensembl_genes/species.py
Lines 69 to 76 in f7a0ba0
And for rat
ensembl-genes/ensembl_genes/species.py
Lines 86 to 93 in f7a0ba0
If anyone stumbles on this issue and can help that would be much appreciated! We will want coordinates in the assembly specified for each species: currently GRCm39 for mouse and Rnor_6.0 for rat.
The text was updated successfully, but these errors were encountered: