ROSE Algorithm: list index out of range
I am trying to run the ROSE algorithm created by the young lab. However, I got the problem posted below. Any help is appreciated. Thank you!
MAKING TSS COLLECTION
Traceback (most recent call last):
File "/media/wangxiaohan/software/lib/ROSE-1.3.1/ROSE_geneMapper.py", line 291, in <modute>
main()
File "/media/wangxiaohan/software/lib/ROSE-1.3.1/ROSE_geneMapper.py", line 277, in
mainenhancerToGeneTable,geneToEnhancerTable = mapEnhancerToGene
(annotFile, enhancerFile, uniqueGene.True, byRefseg=options.refseq, transcribedFile=transcribedFile)
File "/media/wangxiaohan/software/lib/ROSE-1.3.1/ROSE_geneMapper.py", line 145, in mapEnhancerToGene
closestGene = allEnhancerGenesldistList.index(min(distlist))]
IndexError: list index out of range
• 1,568 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Hi, Everyone.
I encountered this problem when running ROSE, Does you know how to solve it? Thanks very much for your help.