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
ERROR - smk_status_logger.py - {'level': 'debug', 'msg': 'Full Traceback (most recent call last):\n File "/Users/user1/miniforge3/envs/barebone-studio_poetry/lib/python3.8/site-packages/snakemake/dag.py", line 595, in check_and_touch_output\n wait_for_files(\n File "/Users/user1/miniforge3/envs/barebone-studio_poetry/lib/python3.8/site-packages/snakemake/io.py", line 878, in wait_for_files\n raise IOError(\nOSError: Missing files after 3 seconds. This might be due to filesystem latency. If that is the case, consider to increase the wait time with --latency-wait:\n/Volumes/optinist-storedir/output/1/fd825ceb/suite2p_file_convert_axgpevzu10/suite2p_file_convert.pkl\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n File "/Users/user1/miniforge3/envs/barebone-studio_poetry/lib/python3.8/site-packages/snakemake/scheduler.py", line 641, in _finish_jobs\n self.get_executor(job).handle_job_success(job)\n File "/Users/user1/miniforge3/envs/barebone-studio_poetry/lib/python3.8/site-packages/snakemake/executors/init.py", line 671, in handle_job_success\n super().handle_job_success(job)\n File "/Users/user1/miniforge3/envs/barebone-studio_poetry/lib/python3.8/site-packages/snakemake/executors/init.py", line 259, in handle_job_success\n job.postprocess(\n File "/Users/user1/miniforge3/envs/barebone-studio_poetry/lib/python3.8/site-packages/snakemake/jobs.py", line 1150, in postprocess\n self.dag.check_and_touch_output(\n File "/Users/user1/miniforge3/envs/barebone-studio_poetry/lib/python3.8/site-packages/snakemake/dag.py", line 602, in check_and_touch_output\n raise MissingOutputException(\nsnakemake.exceptions.MissingOutputException: Job 5 completed successfully, but some output files are missing. Missing files after 3 seconds. This might be due to filesystem latency. If that is the case, consider to increase the wait time with --latency-wait:\n/Volumes/optinist-storedir/output/1/fd825ceb/suite2p_file_convert_axgpevzu10/suite2p_file_convert.pkl\n', 'timestamp': 1740622809.5084422}
Countermeasure
1. Identify the cause of the error and take corrective measures.
2. As a supplementary measure, the algorithm list cannot be updated during run time.
The text was updated successfully, but these errors were encountered:
Updating the algo list while a workflow is running will result in a run error.
Error info
Screenshot
error log
Countermeasure
The text was updated successfully, but these errors were encountered: