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
I followed the steps to run the pipeline using docker, but the config file cannot be found by the pipeline:
Traceback (most recent call last):
File "run_snakemake.py", line 375, in <module>
main()
File "run_snakemake.py", line 333, in main
with open(args.configfile) as configfile:
FileNotFoundError: [Errno 2] No such file or directory: '/inputs/idh1_config.yaml'
Even when I pass the absolute path of the yaml file to the --configfile= argument I get same error.