Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AssertionError : assert current_gene not in gene_ids #214

Open
mohamedbahru opened this issue Feb 27, 2024 · 0 comments
Open

AssertionError : assert current_gene not in gene_ids #214

mohamedbahru opened this issue Feb 27, 2024 · 0 comments

Comments

@mohamedbahru
Copy link

I am using mm9 annotation file. I found that some gene ids occur in multiple locations. This causes the following error.

Traceback (most recent call last):
File "/data/groups/anko/mohamed/Install_packages/miniconda3/envs/env_nf/lib/python3.9/site-packages/iCount/cli.py", line 444, in main
result_object = func(**args)
File "/data/groups/anko/mohamed/Install_packages/miniconda3/envs/env_nf/lib/python3.9/site-packages/iCount/genomes/segment.py", line 724, in get_segments
for gene_content in _get_gene_content(annotation, chromosomes, report_progress):
File "/data/groups/anko/mohamed/Install_packages/miniconda3/envs/env_nf/lib/python3.9/site-packages/iCount/genomes/segment.py", line 633, in _get_gene_content
assert current_gene not in gene_ids
AssertionError

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant