snakecharm
snakecharm copied to clipboard
Resolve doesn't work for files outside the current project

File file.smk belongs to the current project, thus resolve works. File WorkflowLocalrules.smk is fetched from another path, resolve doesn't work.
It's because we don't know which Python Interpreter to use for such files. We could try to use project Python interpreter if it is available or find any module sdk with snakemake library installed