-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi,
I am trying out TOBI but get the following error on the annotation step. Could someone please tell me how to get around this error?
Thanks
TOBIvaf.py --inputdir input/vcf --output output --steps A --ref $REF --cluster hpc --snpeff $SNPEFF --dbnsfp $dbNSFP
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(_self.__args, *_self.__kwargs)
File "/.mounts/labs/public/softwares/TOBI-master/TOBIvaf.py", line 195, in annotate
args.annovcf = args.annovcf.replace("\n","")
AttributeError: 'NoneType' object has no attribute 'replace'
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(_self.__args, *_self.__kwargs)
File "/.mounts/labs/public/softwares/TOBI-master/TOBIvaf.py", line 195, in annotate
args.annovcf = args.annovcf.replace("\n","")
AttributeError: 'NoneType' object has no attribute 'replace'