bcgsc / transabyss

de novo assembly of RNA-seq data using ABySS
Other
33 stars 14 forks source link

Fixed depricated operator #29

Closed asan-emirsaleh closed 1 year ago

asan-emirsaleh commented 1 year ago

Since python 3.8 identity operators 'is' / 'is not' should only be applied to mutative literals, not the constant ones (string, tupple, integer, float). Proof: https://github.com/python/cpython/issues/79031

kmnip commented 1 year ago

Thank you for your contribution!