To split an input fileinput_fastq.gzinto 3 different files.fastqsplitter input.fastq.gz -n 3 --prefix split.This will createsplit.0.fastq.gz,split.1.fastq.gzandsplit.2.fastq.gz. fastqsplitter uses the excellentxopen library by @marcelm. Therefore, the input and output files compression ...