snakecharm icon indicating copy to clipboard operation
snakecharm copied to clipboard

Resolve doesn't work for files outside the current project

Open sharkovadarya opened this issue 6 years ago • 1 comments

image

File file.smk belongs to the current project, thus resolve works. File WorkflowLocalrules.smk is fetched from another path, resolve doesn't work.

sharkovadarya avatar Jul 09 '19 10:07 sharkovadarya

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

iromeo avatar Jul 25 '19 13:07 iromeo