search-gwas

Crates.iosearch-gwas
lib.rssearch-gwas
version0.0.1
sourcesrc
created_at2024-05-23 13:36:22.577392
updated_at2024-05-23 13:36:22.577392
descriptionSearch the GWAS Catalog for associations
homepage
repositoryhttps://github.com/mrvillage/search-gwas
max_upload_size
id1249497
size81,529
mrvillage (mrvillage)

documentation

README

search-gwas

A simple CLI tool to download and search the GWAS Catalog.

Installation

cargo install search-gwas

Usage

search-gwas trait hypothyroidism -g COL5A2,TSHR
# OR
search-gwas trait hypothyroidism -g COL5A2 -g TSHR

Additional options

  • -a show full association data
  • -l show PubMed links instead of IDs
  • -c output CSV data
Commit count: 9

cargo fmt