install.fastp | R Documentation |
On Linux, will not run "make", only use precompiled fastp file.
On Mac OS it will use precompiled binaries.
For windows must be installed through WSL (Windows Subsystem Linux)
install.fastp(folder = "~/bin")
folder |
path to folder for download, file will be named "fastp", this should be most recent version. On mac it will search for a folder called fastp-master inside folder given. Since there is no precompiled version of fastp for Mac OS. |
path to runnable fastp
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC6129281/
Other STAR:
STAR.align.folder()
,
STAR.align.single()
,
STAR.allsteps.multiQC()
,
STAR.index()
,
STAR.install()
,
STAR.multiQC()
,
STAR.remove.crashed.genome()
,
getGenomeAndAnnotation()
## With default folder:
#install.fastp()
## Or set manual folder:
folder <- "~/I/WANT/IT/HERE/"
#install.fastp(folder)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.