Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxWarning: invalid escape sequence '\d' return [atoi(c) for c in re.split("(\d+)", text)] #1326

Closed
1 task done
sheikki opened this issue Jul 4, 2024 · 2 comments
Closed
1 task done

Comments

@sheikki
Copy link

sheikki commented Jul 4, 2024

Description of bug

This happens with the latest released binaries on Ubuntu 24.04. Just running spades.py:

spades.py
/usr/local/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

Usage: spades.py [options] -o <output_dir>

Basic options:     
...

As far as I can tell, the program works just fine though..

spades.log

NA

params.txt

NA

SPAdes version

4.0.0

Operating System

Ubuntu 24.04

Python Version

3.12.3

Method of SPAdes installation

binaties

No errors reported in spades.log

  • Yes
@zzzapperant
Copy link

i met the same warning when using 'SPAdes genome assembler v4.0.0'.

@asl
Copy link
Member

asl commented Jul 31, 2024

This was fixed in 60ad35e

@asl asl closed this as completed Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants