ppgg 0.1.4

A library and an associated executable, the library provides tools for building tools that can parse and work for VCF and FASTA files while the associated executable is a command line tool for generating protein sequences from a reference FASTA file and a VCF file
Documentation
[[bin]]
name = "ppg"
path = "src/main.rs"

[build-dependencies.cc]
version = "1.0"

[dependencies.cc]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "3.0.0-beta.2"

[dependencies.crossbeam]
version = "0.8"

[dependencies.flate2]
version = "1.0"

[dependencies.jfs]
version = "0.6.2"

[dependencies.libc]
version = "0.2.0"

[dependencies.num_cpus]
version = "0.2"

[dependencies.rayon]
version = "1.5"

[dependencies.scoped_threadpool]
version = "0.1.6"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[lib]
name = "ppgg"
path = "src/lib.rs"

[package]
authors = ["Hesham ElAbd <h.elabd@ikmb.uni-kiel.de>"]
categories = ["command-line-utilities", "data-structures", "science", "parsing"]
description = "A library and an associated executable, the library provides tools for building tools that can parse and work for VCF and FASTA files while the associated executable is a command line tool for generating protein sequences from a reference FASTA file and a VCF file"
edition = "2018"
exclude = ["examples/*", "automation_scripts/*", ".github/*", "Dockerfile"]
homepage = "https://github.com/ikmb/ppg"
keywords = ["genetics", "Proteomics", "VCF-files", "bioinformatics"]
license = "MIT OR Apache-2.0"
name = "ppgg"
readme = "README.md"
repository = "https://github.com/ikmb/ppg"
version = "0.1.4"