Apologies, it seems each of the records in the list is a SeqRecord. >>> type(final_seq[0]) <class 'Bio.SeqRecord.SeqRecord'> >>> type(final_seq) <type 'list'> Thanks Liam