convert_genome 0.1.10

Convert DTC, VCF, or BCF genome files to VCF, BCF, or PLINK 1.9
Documentation
1
2
3
4
5
use convert_genome::cli;

fn main() -> anyhow::Result<()> {
    cli::run()
}