Entering edit mode
2.0 years ago
Bradley
•
0
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
Hi, Everyone.
I encountered this problem when running ROSE, Does you know how to solve it? Thanks very much for your help.