You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, the installation seems okay but when I try to run the test data, it gives me the error below. I installed manually in a Python2.7 conda environment. Thanks.
invalid syntax (memory.py, line 271)
Traceback (most recent call last):
File "./quast.py", line 309, in
return_code = main(sys.argv[1:])
File "./quast.py", line 107, in main
contigs_fpaths, old_contigs_fpaths = qutils.correct_contigs(contigs_fpaths, corrected_dirpath, labels, reporting)
File "/dir/quast-5.2.0/quast_libs/qutils.py", line 181, in correct_contigs
old_fpaths, corr_fpaths, broken_scaffold_fpaths, logs, is_fatal_error = run_parallel(parallel_correct_contigs, parallel_run_args, n_jobs)
File "/dir/quast/quast-5.2.0/quast_libs/qutils.py", line 1074, in run_parallel
import joblib
File "/dir/.conda/envs/py27/lib/python2.7/site-packages/joblib-1.1.0-py2.7.egg/joblib/init.py", line 113, in
from .memory import Memory, MemorizedResult, register_store_backend
File "/dir/.conda/envs/py27/lib/python2.7/site-packages/joblib-1.1.0-py2.7.egg/joblib/memory.py", line 271
raise new_exc from exc
^
SyntaxError: invalid syntax
ERROR! exception caught!
The text was updated successfully, but these errors were encountered:
Hello, the installation seems okay but when I try to run the test data, it gives me the error below. I installed manually in a Python2.7 conda environment. Thanks.
invalid syntax (memory.py, line 271)
Traceback (most recent call last):
File "./quast.py", line 309, in
return_code = main(sys.argv[1:])
File "./quast.py", line 107, in main
contigs_fpaths, old_contigs_fpaths = qutils.correct_contigs(contigs_fpaths, corrected_dirpath, labels, reporting)
File "/dir/quast-5.2.0/quast_libs/qutils.py", line 181, in correct_contigs
old_fpaths, corr_fpaths, broken_scaffold_fpaths, logs, is_fatal_error = run_parallel(parallel_correct_contigs, parallel_run_args, n_jobs)
File "/dir/quast/quast-5.2.0/quast_libs/qutils.py", line 1074, in run_parallel
import joblib
File "/dir/.conda/envs/py27/lib/python2.7/site-packages/joblib-1.1.0-py2.7.egg/joblib/init.py", line 113, in
from .memory import Memory, MemorizedResult, register_store_backend
File "/dir/.conda/envs/py27/lib/python2.7/site-packages/joblib-1.1.0-py2.7.egg/joblib/memory.py", line 271
raise new_exc from exc
^
SyntaxError: invalid syntax
ERROR! exception caught!
The text was updated successfully, but these errors were encountered: