Closed dorozco1504 closed 11 months ago
The problem starts here (see your output):
Loaded 0 Chr.20 1240K SNPs.
That means the .snp file you provided for the map does not work out. What is your input, in particular for map_path
?
My input is./data/map/v51.1_1240k.snp
from the vignette directory.
This is my full bash command:
ancIBD-run --vcf ./data/vcf.raw/example_hazelton_chr20.vcf --ch 20 --out test --marker_path ./data/filters/snps_bcftools_ch20.csv --map_path ./data/map/v51.1_1240k.snp --af_path ./data/afs/v51.1_1240k_AF_ch20.tsv --prefix example_hazelton
Hi Daniela, feel free to send your input file (all the file --vcf, --marker_path, --map_path, --af_path) to my email (yilei_huang@eva.mpg.de) and I can do some checks. I just tried to run the command myself and it runs as normal.
Hi Daniela, there is a problem with the v51.1_1240k.snp file you provided. It only has data up to chromosome 8. Not sure why this happend. I just downloaded a fresh copy of it from dropbox and it looks fine. Please redownload this file and check it again.
Thank you so much! It worked properly!
Transformation complete! Find new hdf5 file at: test/example_hazelton.ch20.h5
Hello,
I am attempting to convert the example VCF file from Dropbox to HDF5, but I am facing an error during the interpolation step. Do you have any insights on what might be causing this issue?
Thank you!