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
I'm mapping genes from mouse to human and there are some genes with really many orthologous genes. In map() these appear as long list in the variable from2to, which then causes the mentioned error in the next ensembl_to.query() call.
I "solved" this problem by setting chunk_size to a really small value (30), but this seems inefficient and I just wanted to bring this problem to your attention.
The text was updated successfully, but these errors were encountered:
I'm mapping genes from mouse to human and there are some genes with really many orthologous genes. In map() these appear as long list in the variable from2to, which then causes the mentioned error in the next ensembl_to.query() call.
I "solved" this problem by setting chunk_size to a really small value (30), but this seems inefficient and I just wanted to bring this problem to your attention.
The text was updated successfully, but these errors were encountered: