install.sratoolkit | R Documentation |
Currently supported for Linux (64 bit centos and ubunutu is tested to work) and Mac-OS(64 bit). If other linux distro, centos binaries will be used.
install.sratoolkit(folder = "~/bin", version = "2.11.3")
folder |
default folder, "~/bin" |
version |
a string, default "2.11.3" |
path to fastq-dump in sratoolkit
https://ncbi.github.io/sra-tools/fastq-dump.html
Other sra:
browseSRA()
,
download.SRA()
,
download.SRA.metadata()
,
download.ebi()
,
get_bioproject_candidates()
,
rename.SRA.files()
# install.sratoolkit()
## Custom folder and version (not adviced)
folder <- "/I/WANT/IT/HERE/"
# install.sratoolkit(folder, version = "2.10.9")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.