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

Assertion error : assert starts == sorted(starts) #213

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

Assertion error : assert starts == sorted(starts) #213

mohamedbahru opened this issue Feb 27, 2024 · 0 comments

Comments

@mohamedbahru
Copy link

mohamedbahru commented Feb 27, 2024

I got the following error when I did the iCount segment step?

File "/data/groups/anko/mohamed/Install_packages/miniconda3/envs/env_nf/lib/python3.9/site-packages/iCount/genomes/segment.p y", line 465, in _process_transcript_group
assert starts == sorted(starts)
AssertionError

I was trying to find the source of the error. It seems that if the gene is in the reverse strand, this error occurs. In my case, I used the mm9 annotation files(https://hgdownload.soe.ucsc.edu/goldenPath/mm9/bigZips/genes/).

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