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 get a multianno file, but I also get these messages.
NOTICE: Multianno output file is written to example/PRE_02_hg19.bin.sorted.withoutchr.hg19_multianno.txt
annovar_outfile is example/PRE_02_hg19.bin.sorted.withoutchr.hg19_multianno.txt
Traceback (most recent call last):
File "CancerVar2.py", line 1900, in <module>
main()
File "CancerVar2.py", line 1866, in main
sum1=check_genes(annovar_outfile)
File "CancerVar2.py", line 652, in check_genes
if sum==0 and re.findall('true',paras['otherinfo'], flags=re.IGNORECASE) :
KeyError: 'otherinfo'
The text was updated successfully, but these errors were encountered:
Thank you for getting me to update annovar and revert to the original unchanged CancerVar.
Still getting an error message, though, on CentOS 8.
NOTICE: Multianno output file is written to example/PRE_25_hg19.bin.sorted.withoutchr.hg19_multianno.txt
annovar_outfile is example/PRE_25_hg19.bin.sorted.withoutchr.hg19_multianno.txt
Traceback (most recent call last):
File "CancerVar.py", line 1900, in <module>
main()
File "CancerVar.py", line 1866, in main
sum1=check_genes(annovar_outfile)
File "CancerVar.py", line 652, in check_genes
if sum==0 and re.findall('true',paras['otherinfo'], flags=re.IGNORECASE) :
KeyError: 'otherinfo'
Hello,
I get a multianno file, but I also get these messages.
The text was updated successfully, but these errors were encountered: