This task uses Trim_galore to clip and trimmed your sequencing datasets
Input
Output
Configuration
threads
Number of threads
int
2
quality
Trim low-quality ends from reads in addition to adapter removal. Quality score in Phred (see https://en.wikipedia.org/wiki/Phred_quality_score) [Default: 20]
int
20
min_size
Minimum reads size
int
10
sequencing_type
Type of sequencing strategy [Respectively, options : paired-end, single-end]. Default = paired-end
string
paired-end
forward_file_differentiator
Paired-end sequencing forward file name differanciator, e.g: sample-A_R1.fastq.gz
string
_R1
reverse_file_differentiator
Paired-end sequencing forward file name differanciator, e.g: sample-A_R2.fastq.gz
string
_R2
filter_reads_with_unsequenced_nucl
The total number of Ns (as integer) a read may contain before it will be removed altogether. In a paired-end setting, either read exceeding this limit will result in the entire pair being removed from the trimmed output files.
int
100