Hi again (sorry)
I got this new GATK error with var scan ouput
htsjdk.tribble.TribbleException: The provided VCF file is malformed at approximately line number 49313350: unparsable vcf record with allele R, for input source: /SCRATCH-BIRD/users/lindenbaum-p/work/NEXTFLOW/20210312.varCA/20210312.ATAC/callers/D02_i_WT8288_C03_p20_20/varscan/varscan.vcf.gz
the problem is that a REF allele contains an allele that is not compatible with gatk:
gunzip -c /SCRATCH-BIRD/users/lindenbaum-p/work/NEXTFLOW/20210312.varCA/20210312.ATAC/callers/A12_CM_WT8288_C03_p32_12/varscan/varscan.vcf.gz | awk '($4=="R")'
hs37d5 31982609 . R . . PASS ADP=7;WT=0;HET=0;HOM=0;NC=1 GT:GQ:SDP:DP:RD:AD:FREQ:PVAL:RBQ:ABQ:RDF:RDR:ADF:ADR ./.:.:7
hs37d5 32894833 . R . . PASS ADP=1;WT=0;HET=0;HOM=0;NC=1 GT:GQ:SDP:DP:RD:AD:FREQ:PVAL:RBQ:ABQ:RDF:RDR:ADF:ADR ./.:.:1
Hi again (sorry)
I got this new GATK error with var scan ouput
the problem is that a REF allele contains an allele that is not compatible with gatk: