Submit a cluster job to fastQC a directory
1 2 3 4 5 6 7 | subFastQC(fastqDir, fastqPattern = "*.gz", outDir = "pre",
projName = "Sandbox", noSub = F,
projDir = file.path("/scratch/pschofield/Projects", projName),
fastQCDir = file.path("/scratch/pschofield/Projects", projName,
"fastqc"), jobName = paste0("fastQC_", projName),
fastqcMod = "apps/fastqc/0.11.3/linux-x86_64", nproc = 16,
mem = "48gb", makeCVS = T)
|
fastqDir |
input directory |
fastqPattern |
pattern for fastq file names unix wildcards not re |
outDir |
subdirectory of project fastqc directory |
projName |
project name will build output path |
noSub |
debug flag |
fastQCDir |
output root directory |
jobName |
name for job script |
fastqcMod |
fastQC module to load |
makeCVS |
make cvs file with listing details |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.