-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys.stderr.write("Error: " + len(vcf.samples) #3
Comments
Hi, |
you can try to use the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: