Skip to content

How to deal with recombination map length longer than chromosome length? #1445

Answered by andrewkern
lakishadavid asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lakishadavid -- that warning about recombination map is being thrown because you are using

genetic_map = species.get_genetic_map("HapMapII_GRCh37")

but the default human genome is stdpopsim is GRCh38 currently. If you swap out that map for the h38 map that warning will go away, e.g.,

genetic_map = species.get_genetic_map("HapMapII_GRCh38")

Let me know if that fixes it for you?

cheers,
Andy

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@lakishadavid
Comment options

@andrewkern
Comment options

Answer selected by lakishadavid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants