moco-water/workflow/.snakemake/log/2023-04-05T200327.912016.sn...

15 lines
1.2 KiB
Plaintext

Full Traceback (most recent call last):
File "/home/ndwar/.local/share/conda/envs/moco-water/lib/python3.11/site-packages/snakemake/__init__.py", line 643, in snakemake
workflow.include(
File "/home/ndwar/.local/share/conda/envs/moco-water/lib/python3.11/site-packages/snakemake/workflow.py", line 1238, in include
exec(compile(code, snakefile.get_path_or_uri(), "exec"), self.globals)
File "/mnt/data/Dvl/env/home/water/workflow/Snakefile", line 7, in <module>
configfile: "config/config.yml"
File "/home/ndwar/.local/share/conda/envs/moco-water/lib/python3.11/site-packages/snakemake/workflow.py", line 1311, in configfile
raise WorkflowError(
snakemake.exceptions.WorkflowError: Workflow defines configfile config/config.yml but it is not present or accessible (full checked path: /mnt/data/Dvl/env/home/water/workflow/config/config.yml).
WorkflowError in file /mnt/data/Dvl/env/home/water/workflow/Snakefile, line 7:
Workflow defines configfile config/config.yml but it is not present or accessible (full checked path: /mnt/data/Dvl/env/home/water/workflow/config/config.yml).
File "/mnt/data/Dvl/env/home/water/workflow/Snakefile", line 7, in <module>