Description Usage Arguments Value References See Also Examples
On Linux, will not run "make", only use precompiled fastp file.
On Mac OS it will use precompiled binaries.
Does not work yet for Windows!
1 | 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()
1 2 3 4 5 6 | ## 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.