Originally created by: hnnd... (code.google.com)@gmail.com
What steps will reproduce the problem?
1. REDItoolDenovo.py -i 454STDreads2probal.con.fa.bam.sort.bam -f ../probal.con.fa
What is the expected output? What do you see instead?
Script time --> START: 20/12/2013 15:32:58
Analysis ID: 926327071
Indexing BAM file.
Analysis on 24 regions.
Started analysis on region: C8349812
Process Process-1:
Traceback (most recent call last):
File "/opt/blc/python-2.6.5/lib/python2.6/multiprocessing/process.py", line 232, in _bootstrap
self.run()
File "/opt/blc/python-2.6.5/lib/python2.6/multiprocessing/process.py", line 88, in run
self._target(*self._args, **self._kwargs)
File "/ifs1/ST_PLANT/USER/liwujiao/python/bin/REDItoolDenovo.py", line 1012, in do_work
exploreBAM(x)
File "/ifs1/ST_PLANT/USER/liwujiao/python/bin/REDItoolDenovo.py", line 861, in exploreBAM
s,q,t,qq=pileupread.alignment.seq[pileupread.qpos].upper(),ord(pileupread.alignment.qual[pileupread.qpos])-QVAL,'*',pileupread.alignment.qual[pileupread.qpos]
TypeError: 'NoneType' object is unsubscriptable
Merging substitutions.
Traceback (most recent call last):
File "/ifs1/ST_PLANT/USER/liwujiao/python/bin/REDItoolDenovo.py", line 1042, in <module>
subs=eval((f.readline()).strip())
File "<string>", line 0
^
SyntaxError: unexpected EOF while parsing
What version of the product are you using? On what operating system?
Centos 5.4
Please provide any additional information below.