iCount icon indicating copy to clipboard operation
iCount copied to clipboard

Assertion error : assert starts == sorted(starts)

Open mohamedbahru opened this issue 11 months ago • 0 comments

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/).

mohamedbahru avatar Feb 27 '24 08:02 mohamedbahru