View source: R/workflow_download.R
download_sra | R Documentation |
To use this function first obtain a RunInfo Table as described at https://www.ncbi.nlm.nih.gov/Traces/study/?go=help.
download_sra(
runtable,
path = "sra/",
retries = 3,
threads = getOption("mc.cores", 1)
)
runtable |
Path to a runtable as selected in the SRA interface. |
path |
The folder into which to download the FASTQ files. |
retries |
How often to try downloading again after failure. |
threads |
Maximum number of parallel file downloads. |
The list of files with indicated download success.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.