Closed jan-glx closed 2 years ago
The earlier PR (#84) had a bug that lead to several explicitly defined keyword arguments (id
, name
, description
) of the pydna.seqrecord.SeqRecord
constructor being ignored.
This PR (against the branch into which the original PR was merged) fixes this by forwarding these arguments to the parent class (Bio.seqrecord.SeqRecord
) constructor.
fixes specified id, name or description being ignored (failed tests in e.g. https://github.com/BjornFJohansson/pydna/actions/runs/3098962613/jobs/5017517313 )