Rust implementation of GA4GH Phenopacket Schema Tooling
To run the example program, enter
cargo run --bin rpt -- --rpt /.../.../phenopacket-store/notebooks/CD28/input/CD28_IMD123_individuals.xlsx --json /.../.../hp.json
For faster performance, enter
cargo run --release --bin rpt -- --pyphetools ./../phenopacket-store/notebooks/CD28/input/CD28_IMD123_individuals.xlsx --json ./../../data/hpo/hp.json
- Download google's protoc compiler
- Copy code from phenopacket schema (only v2) to a local directory
- Copy versionof VRS and VRSATILE
- Run cargo build with the following code in build.rs
cargo build --release --features cli
(the binary is then in ./target/release/rpt
)
to run it
cargo run --features cli --bin rpt