[Biopython] SeqIO.convert

xyz mitlox at op.pl
Sun Nov 15 04:26:38 UTC 2009


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,



More information about the Biopython mailing list