circtools: a modular, python-based framework for circRNA-related tools that unifies several functionalities in a single, command line driven software.
GNU General Public License v3.0
0
stars
4
forks
source link
Fix BiopythonDeprecationWarning in primex BioSeqfeature #9
Closed
tjakobi closed 7 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.