Version bump 0.13.3
Python3 package to cluster VCF records.
Used by gramtools and minos - written specifically for those projects and no others.
vcflib
vcfbreakmulti
vcfallelicprimitives
vcfuniq
$PATH
pip3 install wheel cluster_vcf_records
conda install -c bioconda cluster_vcf_records
import cluster_vcf_records input_vcf_file_paths = ['spam.vcf', 'eggs.vcf'] cluster_vcf_records.cluster(input_vcf_file_paths, 'reference.fasta', 'clustered_output.vcf')
For further information and a description of optional arguments, see help(cluster_vcf_records.vcf_clusterer.VcfClusterer)
help(cluster_vcf_records.vcf_clusterer.VcfClusterer)
Run tox (or pytest) from the top-level directory to run all unit tests.
tox
pytest
MIT
用于聚类和合并VCF文件中的变异记录,以减少冗余并生成一致的变异表示
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
cluster_vcf_records
Python3 package to cluster VCF records.
Used by gramtools and minos - written specifically for those projects and no others.
Dependencies
vcflib, or all three ofvcfbreakmulti,vcfallelicprimitives,vcfuniqto be installed and in your$PATH.Install
pypi
conda
Usage
For further information and a description of optional arguments, see
help(cluster_vcf_records.vcf_clusterer.VcfClusterer)Develop
Run
tox(orpytest) from the top-level directory to run all unit tests.License
MIT