Hi, I have a fastqsanger.gz paired-end data file with both forward and reverse reads combined into a single file. I want to use Trimmomatic to trim adapters and set a quality score. I don’t see an option to input a single paired-end file. Would it be advisable to input this as a single-end file instead?
I was originally going to use FASTQ Splitter to first split the data into two separate files for the forward and reverse reads, however my forward and reverse reads are not all the same length which is required for this tool. Also there is variable length for each read.
I am new to this so I’d really appreciate any help, thank you!