checkConfigFile {amplican} | R Documentation |
Its takes care of the following: No IDs are duplicated. Every combination of barcode, forward primer and reverse primer is unique. Each barcode has unique forward reads file and reverse read files. Checks that the read files exist with read access.
checkConfigFile(configTable, fastq_folder)
configTable |
(data.frame) Config file. |
fastq_folder |
(string) Path to fastq folder. |
(boolean) TRUE, If anything goes wrong stops and prints error.