JiekaiLab / scTE

MIT License
87 stars 27 forks source link

Master #86

Closed carmarpe closed 2 months ago

carmarpe commented 2 months ago

Using the 'rU' read option for open() was deprecated in Python 3.3 and finally removed in Python 3.11, making scTE fail in newer environments. The 'r' has exactly the same behaviour as 'rU' used to have, since enabling universal newlines is now the default.