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

Python regex syntax warning #16

Open
aflaus opened this issue Dec 29, 2023 · 0 comments
Open

Python regex syntax warning #16

aflaus opened this issue Dec 29, 2023 · 0 comments

Comments

@aflaus
Copy link

aflaus commented Dec 29, 2023

$ python compleasm.py -h
/usr/local/compleasm/compleasm.py:415: SyntaxWarning: invalid escape sequence '['
"[^0-9][0-9]:[0-9][^0-9]{0,1}[0-9][^0-9]{0,2}[0-9][%s]"
usage: compleasm.py [-h] {download,list,protein,miniprot,analyze,run} ...

$ cat _version.py
version = "0.2.4"%

Mac mini M1 2020 (arm64)
Python 3.12.1 | packaged by conda-forge | (main, Dec 23 2023, 08:01:35) [Clang 16.0.6 ] on darwin

Possibly related to?
https://stackoverflow.com/questions/77531208/python3-12-syntaxwarning-on-triplequoted-string-d-must-be-d

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

1 participant