The above error gets resolved, now I am facing a new error.
It says "A USER ERROR has occurred: Input files reference and reads have incompatible contigs: No overlapping contigs found."
If you are running the Mutect2 with a tumour-matched normal setting, you need to explicitly supply the normal sample name. You should first run GetSampleName -I normal.bam -O name.out. This will give you the name of your normal sample in a file "name.out", which you have to pass in Mutect2. So your command would be,
"A USER ERROR has occurred: Input files reference and reads have incompatible contigs: No overlapping contigs found."
That means alignment was done with different reference genome file.
Check the chromosomes names in the header of your bam files and those in your reference genome. They should be different.
from the place where you're invoking gatk, what is the output of
ls GRCh38.p13.genome.fa
?I am getting the name of the file i.e "GRCh38.p13.genome.fa"
The above error gets resolved, now I am facing a new error. It says "A USER ERROR has occurred: Input files reference and reads have incompatible contigs: No overlapping contigs found."
The read contigs list is empty reads contigs = []
HOW ? WHAT WAS THE ERROR ?
known error