# gcp_broad_gatk_hg19

GATK annotation bundle for hg19 from GCP (gs://gcp-public-data--broad-references/hg19/v0/)
Recipe source code: https://github.com/rworkflow/ReUseDataRecipe/blob/master/gcp_broad_gatk_hg19.R (opens new window)
Data source: https://console.cloud.google.com/storage/browser/gcp-public-data--broad-references/hg19/v0 (opens new window)

# plot

## gcp_broad_gatk_hg19

# Inputs

label type description
filename file name string The file basename to download from the broad GCP bucket
idx index string? The 'idx' or 'tbi' index file if existing

# Outputs

label type description
gfile gfile File[] The downloaded annotation files

# Example:

gcp_broad_gatk_hg19 <- recipeLoad('gcp_broad_gatk_hg19')
gcp_broad_gatk_hg19$filename <- '1000G_omni2.5.b37.vcf.gz'
getData(gcp_broad_gatk_hg19, outdir = 'data/folder', notes = c('gcp', 'broad', 'reference', 'hg19', 'v0', '1000G', 'omni2.5'))

## Get data from local catch
dataUpdate('data/folder')
dataSearch(c('gcp', 'broad', 'hg19'))