Skip to content

Commit

Permalink
add new species
Browse files Browse the repository at this point in the history
  • Loading branch information
galindus committed Mar 23, 2022
1 parent 03f2003 commit 01cba6e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pyensembl/species.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,3 +207,17 @@ def check_species_object(species_name_or_object):
"Rnor_6.0": (80, 104),
"mRatBN7.2": (105, MAX_ENSEMBL_RELEASE)
})

macaque = Species.register(
latin_name="macaca_fascicularis",
synonyms=["macaque", "Crab-eating macaque"],
reference_assemblies={
"Macaca_fascicularis_6.0": (103, MAX_ENSEMBL_RELEASE),
})

green_monkey = Species.register(
latin_name="chlorocebus_sabaeus",
synonyms=["green_monkey", "african_green_monkey"],
reference_assemblies={
"ChlSab1.1": (86, MAX_ENSEMBL_RELEASE),
})

0 comments on commit 01cba6e

Please sign in to comment.