Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/GordonMatthewson/UKBFetchbash
Bash script to download your application's approved bulk data files from the UK Biobank dataset
https://github.com/GordonMatthewson/UKBFetchbash
Last synced: 2 days ago
JSON representation
Bash script to download your application's approved bulk data files from the UK Biobank dataset
- Host: GitHub
- URL: https://github.com/GordonMatthewson/UKBFetchbash
- Owner: GordonMatthewson
- Created: 2019-05-21T18:33:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T18:41:09.000Z (over 5 years ago)
- Last Synced: 2024-08-02T16:46:45.800Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-uk-biobank - UKBFetchbash
README
# UKBFetchbash
This is a bash script that uses the "ukbfetch" utility (http://biobank.ndph.ox.ac.uk/showcase/download.cgi) to download approved bulk files for a UK Biobank Application. It reads the .bulk file that is created from the main UKB dataset using the ukbconv function (see downloads page above), and iterates through the list, downloading 800 files at a time. To use this script, place it into the directory where you want the data to go, change the "your_xxx_here" paths in this script, and either run "bash UKB_Fetch_Blanca_public.sh" or "./UKB_Fetch_Blanca_Public.sh" in your shell, depending on which version of Bash you have.
Gordon Matthewson, May 2019