Skip to content

Commit

Permalink
fix assembly name in new release for brown_rat
Browse files Browse the repository at this point in the history
  • Loading branch information
galindus committed Mar 23, 2022
1 parent 16d3f32 commit 03f2003
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyensembl/species.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,5 +204,6 @@ def check_species_object(species_name_or_object):
synonyms=["brown rat", "lab rat", "rat"],
reference_assemblies={
"Rnor_5.0": (75, 79),
"Rnor_6.0": (80, MAX_ENSEMBL_RELEASE),
"Rnor_6.0": (80, 104),
"mRatBN7.2": (105, MAX_ENSEMBL_RELEASE)
})

0 comments on commit 03f2003

Please sign in to comment.