spades icon indicating copy to clipboard operation
spades copied to clipboard

Python warning on 3.12

Open asl opened this issue 1 year ago • 0 comments

/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 avatar Jun 24 '24 04:06 asl