bwa.RdThis function executes the docker container bwa1 where BWA is installed BWA is a read alignment package that efficiently align short sequencing reads against a large reference sequence This aligner provides optimal results with DNA-seq data
a character string. Two options: "sudo" or "docker", depending to which group the user belongs
a character string indicating where gzip fastq files are located
a character string indicating the scratch folder where docker container will be mounted
a character string indicating the folder where the indexed reference genome for bwa is located
a character string indicating the type of reads to be trimmed. Two options: "se" or "pe" respectively for single end and pair end sequencing
a number indicating the number of cores to be used from the application
a character string indicating the unique id to be associated to the bam that will be created
a boolean variable indicating whether the analysis concerns a circRNA prediction or not.
three files: dedup_reads.bam, which is sorted and duplicates marked bam file, dedup_reads.bai, which is the index of the dedup_reads.bam, and dedup_reads.stats, which provides mapping statistics