You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear sir,
I use the command below:
python bin/pyTMB.py -i WES-N0440vs5.gnomad.g1kpon.vcf --bed "/Everythings/bed/hg38/Roche_KAPA_HyperExome_hg38_capture_targets.bed" --dbConfig config/annovar --varConfig conf/mutect2.yml --polymDb 1k,gnomad > TMB_results.log
and got the error
Traceback (most recent call last):
File "bin/pyTMB.py", line 305, in
sys.stderr.write("Error: " + len(vcf.samples) +
TypeError: must be str, not int
The input vcf was generated from gatk 4.1.9 mutect2
reference genome: Homo_sapiens_assembly38.fasta
The text was updated successfully, but these errors were encountered:
Dear sir,
I use the command below:
python bin/pyTMB.py -i WES-N0440vs5.gnomad.g1kpon.vcf --bed "/Everythings/bed/hg38/Roche_KAPA_HyperExome_hg38_capture_targets.bed" --dbConfig config/annovar --varConfig conf/mutect2.yml --polymDb 1k,gnomad > TMB_results.log
and got the error
Traceback (most recent call last):
File "bin/pyTMB.py", line 305, in
sys.stderr.write("Error: " + len(vcf.samples) +
TypeError: must be str, not int
The input vcf was generated from gatk 4.1.9 mutect2
reference genome: Homo_sapiens_assembly38.fasta
The text was updated successfully, but these errors were encountered: