-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi!
I am having trouble using the vcf_to_1ksnp.py script to convert vcf-files to the 1ksnp format. For all the vcf files I've tried (e.g. ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/ALL.chr22.phase3_shapeit2_mvncall_integrated_v5a.20130502.genotypes.vcf.gz), the script always ends with printing "Found 0 SNPs" . I could try making a sample case that fails to show you, but before doing that I wondered whether you have a set of sample vcf/reference files that I could try out (maybe my vcf file is formated differently or I've misunderstood how to use the script)? I checked the test directory of this repo, and found a test (phasing.sh) that refers to a sm.vcf file, but this test fails since the sm.vcf file does not exist. Is it maybe not added to the repo?
Another quick question: Does the vcf to 1ksnp also support indels? If not, how do I get a 1ksnp file with indels?
In advance, thanks!