# Parsing Human Protein Atlas Files - Currently a POC grabbing the tsv files from https://www.proteinatlas.org/about/download and parsing them into structs for rust. to download the data files pass an arg `cargo run -- download` `cargo run` will read and parse the files into an app struct - see main.rs/main ```rust pub struct App tissues: Vec::, pathogens: Vec::, rna_immune_cell_schmiedel: Vec, rna_celline_cancer: Vec, rna_immune_cell: Vec, rna_immune_cell_monaco: Vec, rna_mouse_brain_hpa: Vec, rna_mouse_brain_allen: Vec, pig_brain: Vec, mouse_brain: Vec