Skip to content

Instantly share code, notes, and snippets.

@dariogf
dariogf / dbNSFP_pipeline_build.sh
Last active February 27, 2020 10:39 — forked from sirselim/dbNSFP_pipeline_build.sh
small bash script to download dbNSFP 'database' and wrangle into format for pipeline annotation process
#!/bin/bash
## small bash script to download and reformat dbNSFP for pipeline
## Miles Benton
## created: 2018-01-13
## modified: 2019-08-21
# Set to dbNSFP version to download and build
version="4.0a"
#TODO: add an option to 'scrape' this from the url to always return latest version
# define thread number for parallel processing where able