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 got error in
"flair/lib/python3.10/site-packages/flair/gtf_to_bed.py", line 108, in
if blockcount > 1 and blockstarts[0] > blockstarts[1]: # need to reverse exons"
Traceback (most recent call last):
File "/home/junkim/tools/miniconda3/envs/flair/lib/python3.10/site-packages/flair/gtf_to_bed.py", line 108, in <module>
if blockcount > 1 and blockstarts[0] > blockstarts[1]: # need to reverse exons
IndexError: list index out of range
Screenshots
Additional Context
ModuleNotFoundError: No module named 'torch'
Environment
ModuleNotFoundError: No module named 'torch'
The text was updated successfully, but these errors were encountered:
Describe the bug
I got error in
"flair/lib/python3.10/site-packages/flair/gtf_to_bed.py", line 108, in
if blockcount > 1 and blockstarts[0] > blockstarts[1]: # need to reverse exons"
IndexError: list index out of range
To Reproduce
Expected behavior
${PREFIX}_scaf.annotated_transcripts.bed
Logs and Stack traces
Screenshots
Additional Context
ModuleNotFoundError: No module named 'torch'
Environment
ModuleNotFoundError: No module named 'torch'
The text was updated successfully, but these errors were encountered: