I am running CovGen to generate compatible coverage file for hg38:
/tools/CovGen-master/CovGen -o out -f GRCh38.fa -g Homo_sapiens.GRCh38.93.chr.gtf -t -t Exome-Agilent_V6_UTR_b38_merge.bed -s /apps/snpeff/4.3t/snpEff/ -v GRCh38.86
I encountered the following error:
Traceback (most recent call last):
File "/tools/CovGen-master/getALTsForTargetsSeqsForMutSig.py", line 352, in
lseqs, lseqs_coord = parseBedFile(bedf, dict_fasta, naturalSortBedLoci)
File "/tools/CovGen-master/getALTsForTargetsSeqsForMutSig.py", line 178, in parseBedFile
logger.debug(id + " : " + str(len(dict_fasta[id])))
KeyError: 'chrY'
I wonder if you could offer some insights on this error and how to fix it. Thank you very much in advance for your help!
Hello,
I am running CovGen to generate compatible coverage file for hg38: /tools/CovGen-master/CovGen -o out -f GRCh38.fa -g Homo_sapiens.GRCh38.93.chr.gtf -t -t Exome-Agilent_V6_UTR_b38_merge.bed -s /apps/snpeff/4.3t/snpEff/ -v GRCh38.86
I encountered the following error: Traceback (most recent call last): File "/tools/CovGen-master/getALTsForTargetsSeqsForMutSig.py", line 352, in
lseqs, lseqs_coord = parseBedFile(bedf, dict_fasta, naturalSortBedLoci)
File "/tools/CovGen-master/getALTsForTargetsSeqsForMutSig.py", line 178, in parseBedFile
logger.debug(id + " : " + str(len(dict_fasta[id])))
KeyError: 'chrY'
I wonder if you could offer some insights on this error and how to fix it. Thank you very much in advance for your help!