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
SyntaxError in file ./playground_project/foo.smk, line 3:
Expecting module keyword, comment or docstrings inside a module definition.:
None
although no syntax error in:
module M:
snakefile: "boo.smk"
replace_prefix: {'boo/doo/' : 'boo_m/doo_m/', 'boo/out' : 'boo_m/out_m/'}
use rule * from M
let's make an inspection for that and when it will be fixed, just update YAML config to turn off inspection starting from the version where it is fixed
The text was updated successfully, but these errors were encountered:
iromeo
changed the title
Warn if snakemake cannot expects sections args to be on next line for multi line arguments
Warn if snakemake expects sections args to be on next line for multi line arguments
Oct 21, 2024
iromeo
changed the title
Warn if snakemake expects sections args to be on next line for multi line arguments
Inspections: Warn if snakemake expects sections args to be on next line for multi line arguments
Oct 21, 2024
Snakemake
snakemake --snakefile foo.smk -c1 -n
fails with:although no syntax error in:
let's make an inspection for that and when it will be fixed, just update YAML config to turn off inspection starting from the version where it is fixed
The text was updated successfully, but these errors were encountered: