Open iskandr opened 5 years ago
I run into the same issue, any solutions?
BTW, here is the screenshot:
I checked the code and found the key function to determine the reference name is the class method which_reference from class Species. While the mapping relationship between Ensembl releases and assembly names are stored in a dict object referenced by Species.reference_assemblies, which is determined by input when an instance of species is initialised. According to the comment there: reference_assemblies : dict Mapping of names of reference genomes onto inclusive ranges of Ensembl releases Example: {"GRCh37": (54, 75)}
I wonder where you get the info that GRCh37 is only available in release 54 and 75?
Sorry I checked that GRCh37 relevant sequences are only available before ensemble release 75:
Thanks!