Open LeeTL1220 opened 9 years ago
##FORMAT=<ID=n.read.pos,Number=1,Type=Integer,Description="Number of unique read positions for the ALT">
The VCF spec does not state that this is ilegal. In a proposal to VCF 4.3, this is explicitly legal.
This will cause an error in pyVCF, which Oncotator uses.
Possible solution is to upgrade the version of pyVCF that Oncotator uses. Hopefully, this is all that is necessary.
After examining code, it looks like this error will still exist.
This may apply to INFO as well.
##FORMAT=<ID=n.read.pos,Number=1,Type=Integer,Description="Number of unique read positions for the ALT">
The VCF spec does not state that this is ilegal. In a proposal to VCF 4.3, this is explicitly legal.
This will cause an error in pyVCF, which Oncotator uses.
Possible solution is to upgrade the version of pyVCF that Oncotator uses. Hopefully, this is all that is necessary.