demultiplexing.Rd
This function executes the Illumina bcl2fastq program
demultiplexing(group = c("sudo", "docker"), data.folder, threads = 8)
group, | a character string. Two options: |
---|---|
data.folder, | a character string indicating the Illumina folder where the Samplesheet.csv is located, and example of Samplesheet.cvs is in inst/examples folder |
threads, | a number indicating the number of cores to be used from the application |
Fastq files
if (FALSE) { #running rsemstar index for human demultiplexing(group="docker", data.folder="/home/calogero/Documents/data/lollini/3a_run/170712_NB501050_0097_AH3FGNBGX3", threads=24) }