Login
Back to bricks list
Introduction Version

Reads trimming

TASK
Typing name :  TASK.gws_scomix.Trimmomatic Brick :  gws_scomix

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

Optional

Number of threads

Type : intDefault value : 2

min_len

Optional

minimum length of reads to be kept

Type : intDefault value : 35

sequencing_type

sequencing type

Type : stringAllowed values : Paired-end  Single-end 

Forward_separator

forward fastq files

Type : stringAllowed values : R1  1   

Reverse_separator

Reverse fastq files

Type : stringAllowed values : R2  2   

5_prime_hard_trimming_read_size

Optional

Read size to trim in 5prime

Type : int