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
e.g. run with --no-stream --ref-db ../query_db
Will fail with:
File "PopPUNK/mash.py", line 462, in queryDatabase
suffix=".tmp", dir="./" + os.path.basename(dbPrefix))
File "tempfile.py", line 340, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags, output_type)
File "tempfile.py", line 258, in _mkstemp_inner
fd = _os.open(file, flags, 0o600)
FileNotFoundError: [Errno 2] No such file or directory: './query_db/query_dby6aic3ql.tmp'
e.g. run with
--no-stream --ref-db ../query_db
Will fail with:
Need to fix lines:
The text was updated successfully, but these errors were encountered: