Vcf - Edit [updated]

conda install -c bioconda bcftools

Last updated: 2025

sed -E 's/(TEL.*:)([0-9])/\1+1\2/g' contacts.vcf > new.vcf vcf edit

VCFtools is older but still reliable for specific tasks. conda install -c bioconda bcftools Last updated: 2025