#vcf #bio #snp #hts

app vcfkit

vcfkit:一个用于操作vcf/bcf文件的简单程序

1个不稳定版本

0.1.1 2023年8月10日
0.1.0 2023年3月27日

#4 in #snp

GPL-3.0许可证

16KB
365 代码行

vcfkit

🦀 一个用于操作vcf/bcf文件的简单程序

安装

git clone https://github.com/sharkLoc/vcfkit.git
cd vcfkit
cargo b --release
# mv target/release/vcfkit to anywhere you want 

用法

vcfkit --help
vcfkit: a simple program for vcf/bcf file manipulation
repo: https::github.com/sharkLoc/vcfkit.git
email: dwood8146@gmail.com

Usage: vcfkit <COMMAND>

Commands:
  concat
          concatenate VCF/BCF files from the same set of samples
  convert
          convert BCF file to VCF file formats
  select
          select SNP/INDEL variants from a VCF file
  split
          split vcf file by chromosome name
  stats
          statistics including alleles frequence, missing rate, etc
  help
          Print this message or the help of the given subcommand(s)

Options:
  -h, --help
          Print help (see a summary with '-h')

  -V, --version
          Print version

**有任何错误请报告问题**

依赖项

~12–24MB
~354K SLoC