I have a bunch of SeqRecords containing annotated scaffolds (contigs connected with N-stretches) I now have more accurate information on the length of the inserts and want to update the annotation as well.
I've been able to replace the sequence in a SeqRecord with a MutableSeq, enabling insertion or deletion or nucleotides, but (of course) that does not shift the features in the SeqRecord accordingly
before hacking something together, is there something like a MutableSeqRecord, that updates locations of features if you insert or delete bases?
Tip: You can comment on an answer (like this) rather than adding another answer.