cutadapt.Rd
This function executes the docker container by running CutAdapt algorithm a the input RNA-Seq dataset to remove the sequencing adapters.
a character string. Two options: "sudo"
or "docker"
, depending to which group the user belongs
a character string indicating the scratch folder where docker container will be mounted
a character string indicating where fastq files are located
a character string. Seven options are available depending on which miRNA library prep was used: NEB, ILLUMINA, QIAGEN, LEXOGEN, DIAGENE, SEQMATIC, TRILINK
a number indicating the number of cores to be used from the application
The fastq files of the trimmed sequencing reads
if (FALSE) {
...
}