spades
spades copied to clipboard
Python warning on 3.12
/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