This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |