ablab/spades

Python warning on 3.12

asl opened this issue · 1 comments

asl commented
/usr/bin/env python3 --version
Python 3.12.3
spades/share/spades/spades_pipeline/support.py:488: SyntaxWarning: invalid escape sequence '\d'
  return [atoi(c) for c in re.split("(\d+)", text)]
SPAdes genome assembler v4.0.0
asl commented

Fixed in 60ad35e