PyGeneBe: A Python client seamlessly integrating with the GeneBe platform, offering efficient annotation of genetic variants through its API, while supporting pandas, VCF file formats, and HGVS parsing
I am annotating a vcf file using the following command:
docker run -v ./processing.vcf:/tmp/input.vcf --rm genebe/pygenebe:0.0.16 genebe annotate --genome hg19 --input /tmp/input.vcf --output /dev/stdout
I am annotating a vcf file using the following command:
docker run -v ./processing.vcf:/tmp/input.vcf --rm genebe/pygenebe:0.0.16 genebe annotate --genome hg19 --input /tmp/input.vcf --output /dev/stdout
The error message is:
Thanks for the help!