8000 SyntaxError when running srst2 · Issue #139 · katholt/srst2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
SyntaxError when running srst2 #139
Open
@cpavloud

Description

@cpavloud

Hello!
I am trying to run srst2 in an HPC cluster to identify resistance genes and I get the error below:

Traceback (most recent call last):
File "/CCAS/home/cpavloudi/miniconda3/bin/srst2", line 5, in
from srst2.srst2 import main
File "/CCAS/home/cpavloudi/miniconda3/lib/python3.9/site-packages/srst2/srst2.py", line 308
print "Warning! MLST delimiter is " + delimiter + " but these genes may violate the pattern and cause problems:"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Warning! MLST delimiter is " + delimiter + " but these genes may violate the pattern and cause problems:")?

Do you have any idea why this might be happening?

I checked if I have installed srst2 properly, but maybe something was wrong with my installation?

(base) srst2 --version
Traceback (most recent call last):
File "/CCAS/home/cpavloudi/miniconda3/bin/srst2", line 5, in
from srst2.srst2 import main
File "/CCAS/home/cpavloudi/miniconda3/lib/python3.9/site-packages/srst2/srst2.py", line 308
print "Warning! MLST delimiter is " + delimiter + " but these genes may violate the pattern and cause problems:"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Warning! MLST delimiter is " + delimiter + " but these genes may violate the pattern and cause problems:")?

(base) getmlst.py -h
File "/CCAS/home/cpavloudi/miniconda3/bin/getmlst.py", line 128
print "No species matched your query."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("No species matched your query.")?

(base) slurm_srst2.py -h
File "/CCAS/home/cpavloudi/miniconda3/bin/slurm_srst2.py", line 105
print "Could not determine forward/reverse read status for input file " + fastq
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Could not determine forward/reverse read status for input file " + fastq)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0