cfe-lab / CFEIntact

A bioinformatics tool for detecting defects in HIV-1 proviral sequences.
https://cfe-lab.github.io/CFEIntact
MIT License
2 stars 0 forks source link

Add type annotations to Biopython code #23

Open Donaim opened 4 months ago

Donaim commented 4 months ago

Currently used structures like SeqRecord have type any. This can cause runtime type errors.