Reads trimming
Eliminate adapters and low quality reads
Trimmomatic is a software tool that is used to trim and filter high-throughput sequencing data. It can remove adapter sequences, low-quality reads, and other unwanted artifacts, improving the accuracy and quality of the data. It can be used with both single-end and paired-end sequencing data and is compatiblewith various sequencing platforms.
Input
Fastq folder
folder containing reads
Output
trimming
eliminate adapters
Configuration
threads
Number of threads
int
2
min_len
minimum length of reads to be kept
int
35
sequencing_type
sequencing type
string
Paired-end
Single-end
Forward_separator
forward fastq files
string
R1
1
Reverse_separator
Reverse fastq files
string
R2
2
5_prime_hard_trimming_read_size
Read size to trim in 5prime
int