Dear all,
I would like to use the Python script hisat2_extract_snps_haplotypes_VCF.py.
I cannot fully understand some of the command line options from the description printed using the --help option.
I am confused about the role of the positional argument VCF_fnames and the optional argument --genotype-vcf.
Here is a copy paste of those two argument descriptions (let me know if I should paste the complete output of --help, it is not so long):
VCF_fnames A comma-seperated VCF files (plain text or gzipped
file is accepted: GRCh38_dbSNP_no_SVs.vcf or
GRCh38_dbSNP_no_SVs.vcf.gz
--genotype-vcf GENOTYPE_VCF
VCF file name for genotyping (default: empty)
I have access to merged VCF files: one per human chromosome, each file contains genotypes and VEP predictions for the same set of samples.
I thought these files should go as the positional argument VCF_fnames, however, I would like to know:
Many thanks in advance!
Kevin
I would like to use the Python script hisat2_extract_snps_haplotypes_VCF.py.
I cannot fully understand some of the command line options from the description printed using the --help option.
I am confused about the role of the positional argument VCF_fnames and the optional argument --genotype-vcf.
Here is a copy paste of those two argument descriptions (let me know if I should paste the complete output of --help, it is not so long):
VCF_fnames A comma-seperated VCF files (plain text or gzipped
file is accepted: GRCh38_dbSNP_no_SVs.vcf or
GRCh38_dbSNP_no_SVs.vcf.gz
--genotype-vcf GENOTYPE_VCF
VCF file name for genotyping (default: empty)
I have access to merged VCF files: one per human chromosome, each file contains genotypes and VEP predictions for the same set of samples.
I thought these files should go as the positional argument VCF_fnames, however, I would like to know:
- whether my files contain the right information for the positional argument
- what kind of VCF file should go in the optional argument --genotype-vcf
Many thanks in advance!
Kevin
Comment