Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 380 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 380 Bytes

ukbb_parser_bash

A utility to extract contents from a UKB file. The file must be tab separated.

Usage

./ukb_parser_bash.sh <category/field> <path_to_ukb_file.tsv> <output_file_prefix>

Output

output_file_prefix.tsv and output_file_prefix.fields

Update

To update the UKB schema run: ./update_schema.sh

Disclaimer

This is a work in progress. Use at your own risk.