ROSE Algorithm: index out of range
0
0
Entering edit mode
23 months ago
Tao • 0

Hi, Everyone.

I encountered this problem when running ROSE, Does anyone know how to solve it? Thanks very much for your help.

python2.7) rose % python ROSE_main.py -g /Users/ROSE/hg19 -i /Users/ROSE/HG19_MM1S_MED1.gff -r /Users/ROSE/MM1S_MED1.hg19. bwt.sorted.bam -o /Users//ROSE -s 12500 -t 2000
USING /Users/ROSE/HG19_MM1S_MED1.gff AS THE INPUT GFF
USING /Users/ROSE/hg19 AS THE GENOME
MAKING START DICT
Traceback (most recent call last):
File "ROSE_main.py", line 484, in
main()
File "ROSE_main.py", line 336, in main
startDict = ROSE_utils.makeStartDict(annotFile)
File "/Users/liurui/ROSE/ROSE_utils.py", line 168, in makeStartDict
refseqTable,refseqDict = importRefseq(annotFile)
File "/Users/liurui/ROSE/ROSE_utils.py", line 230, in importRefseq
if refseqDict.has_key(line[1]):
IndexError: list index out of range
ROSE super-enhancer • 581 views
ADD COMMENT
1
Entering edit mode

Do you need the space here: -r /Users/ROSE/MM1S_MED1.hg19. bwt.sorted.bam or should it be -r /Users/ROSE/MM1S_MED1.hg19.bwt.sorted.bam?

ADD REPLY

Login before adding your answer.

Traffic: 2992 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6