diff --git a/Cargo.toml b/Cargo.toml index 77d341b..2b6692f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "sumher_rs" -version = "0.1.0" +version = "0.1.1" edition = "2021" +description = "Heritability and genetic correlation from GWAS. Wrapper around LDAK for fast parallel computation." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index 109023c..15c8f24 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,7 +14,7 @@ use crate::db::DbConnection; use crate::util::{format_plink_sumstats, RuntimeSetup}; #[derive(Parser, Debug)] -#[command(name = "sumher_rs")] +#[command(name = "sumher_rs", about, version)] struct Cli { #[command(subcommand)] command: Command,