Hi there,
I am using snakefmt as part of super-linter and I noticed the snakefmt run fails whenever it cannot find my configfile:
------
WorkflowError in line 3 of /github/workspace/Snakefile:
Workflow defines configfile config.json but it is not present or accessible.
File "/github/workspace/Snakefile", line 3, in <module>
------
This is technically unwanted behaviour for me, as config.json is in my .gitignore (it contains all the system-specific path for my project), is there a way of skipping or getting around this check while running snakefmt?
Thanks!
Hi there, I am using snakefmt as part of super-linter and I noticed the snakefmt run fails whenever it cannot find my configfile:
This is technically unwanted behaviour for me, as config.json is in my .gitignore (it contains all the system-specific path for my project), is there a way of skipping or getting around this check while running snakefmt? Thanks!