I ran trim_galore as follows:
trim_galore --paired -stringency 5 -length 50 -q 20 -o ./MYFASTQ_1.fastq MYFASTQ_2.fastq
...and it output 6 files:
MYFASTQ_1_trimmed.fq (19 Gb)
MYFASTQ_2_trimmed.fq (19 Gb)
MYFASTQ_1.fastq_trimming_report.txt
MYFASTQ_2.fastq_trimming_report.txt
MYFASTQ_1_val_1.fq (6.2 Gb)
MYFASTQ_2_val_2.fq (6.2 Gb)
What are the val files?
That does not answer the question asked. OP is not using
--fastqc
option either.val
files may be properly paired reads remaining after trimming but I am not 100% sure.