## updateResources() generates metadata, process records and
## pushes files to AWS S3 buckets.
## To run the GencodeFasta recipe specify
## 'preparerClasses = GencodeFastaImportPreparer'. The 'species' and 'release'
## arguments are passed to makeGencodeFastaAHM().
meta <- updateResources("/local/path",
BiocVersion = c("3.2", "3.3"),
preparerClasses = "GencodeFastaImportPreparer",
metadataOnly = TRUE, insert = FALSE,
justRunUnitTest = FALSE)
Run the code above in your browser using DataLab