Entering edit mode
2.5 years ago
rheab1230
▴
140
Hello,
I am trying to remove the ID column in vcf file using bcftools but it giving me an error. The command used:
bcftools annotate -x ID chr22_annotate_geneid.vcf > chr22_noid.vcf
The error:
bcftools: error while loading shared libraries: libcrypto.so.1.0.0: cannot open shared object file: No such file or directory
Does anyone know how to solve this error.
Thank you.
I will go through this. Thank you.