Entering edit mode
1 day ago
anasjamshed
▴
140
i have 2 bcf files from chr 1 to chr 22 . I want to convert it to vcf and then use snp2hla tool to get the hla. I would like to use bcf tool for coversion. Is it possible through wsl for linux?
i convert the bcf to vcf by using:
but I want to merge them all in one folder also I want to use snp2hla to get hla?
use
bcftools merge
in the next step to merge different samples, orbcftools concat
to concatenate when the samples are the sameok . how can I use snp2hla tool for impuation based on vcf files
different questions need to go into their separate threads to keep the concepts isolated and focused on on topic
this thread is about converting bcf to vcf, if that step is successful but now you have new questions you need to open a new thread specifically about those