snakecharm icon indicating copy to clipboard operation
snakecharm copied to clipboard

Detection of working directory for resolving relative path

Open dakochik opened this issue 2 years ago • 0 comments

In in the following project:

+ - - projectDirectory
|      + - - keys.yml
|      + - - smk
|            + - - Snakefile

If we run Snakefile from smk directory

# Snakefile

configfile: '../keys.yml'

Snakemake will run it successfully, but plugin highlights 'keys.yml' as unresolved reference.

dakochik avatar Mar 21 '22 13:03 dakochik