We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$ 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
The text was updated successfully, but these errors were encountered: