fastqc_install {fastqcr} | R Documentation |
Install FastQC Tool
Description
Install the FastQC Tool. To be used only on Unix system.
Usage
fastqc_install(url, dest.dir = "~/bin")
Arguments
url |
url to download the latest version. If missing, the function will try to install the latest version from https://www.bioinformatics.babraham.ac.uk/projects/download.html#fastqc. |
dest.dir |
destination directory to install the tool. |
[Package fastqcr version 0.1.3 Index]