trim galore putfiles
1
2
Entering edit mode
7.6 years ago
blur ▴ 280

Hi,

I am running trim galore, but didn't speficy an outfile name - are the trimmed files the once marked val1.fq and val.fq?

Thanks

trim galore • 3.5k views
ADD COMMENT
0
Entering edit mode

I have the same question! 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?

ADD REPLY
1
Entering edit mode
6.9 years ago
Sej Modha 5.3k

val*.fq files are the output files after validation as mentioned in the manual:

option ‘--paired’ which runs a paired-end validation on both trimmed _1 and _2 FastQ files once the trimming has completed. This step removes entire read pairs if at least one of the two sequences became shorter than a certain threshold.
ADD COMMENT

Login before adding your answer.

Traffic: 2453 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6