Hello, I have to convert fastq to fasta and to trim the sequence. I have found SeqIO.convert: from Bio import SeqIO count = SeqIO.convert("a.fastq", "fastq", "a.fasta", "fasta") But I do not know how can I trim the sequence. Thank you in advance. Best regards,