jakobilab / circtools

circtools: a modular, python-based framework for circRNA-related tools that unifies several functionalities in a single, command line driven software.
http://circ.tools
GNU General Public License v3.0
0 stars 2 forks source link

Fix BiopythonDeprecationWarning in primex BioSeqfeature #9

Closed tjakobi closed 3 months ago

tjakobi commented 3 months ago

Stand property is deprecated now have to fix code for new biopython releases:

https://github.com/biopython/biopython/blob/master/NEWS.rst#22-december-2023-biopython-182

For now we will pin biopython to > 171, < 1.80 until the fix is implemented.