FelixKrueger / TrimGalore

A wrapper around Cutadapt and FastQC to consistently apply adapter and quality trimming to FastQ files, with extra functionality for RRBS data
GNU General Public License v3.0
459 stars 149 forks source link

trimmed and val #160

Closed DWY1a closed 6 months ago

DWY1a commented 1 year ago

When I used trimgalore, the file sample_1_trimmed.fq.gz was generated, then sample_1_val.fq.gz was generated, and the trimmed file was removed. I generated a full trimmed.fq.gz file during the run, but did not generate a full val.fq.gz, so how do I do this? Can I just start running again?

FelixKrueger commented 1 year ago

Hi there, I am not exactly sure I understand what the problem is but just generally:

You can of course re-issue the trimming process from untrimmed fastq.gz files, the newly generated trimmed files and trimming reports will overwrite already existing files.