Open iromeo opened 1 month ago
module mod1: snakefile: "module1/Snakefile" prefix: "test/" use rule * from mod1 as mod1_* rule all: input: rules.mod1_all.input, default_target: True
and module1
module1
def txt_output(wildcards): return ["results/C.txt"] rule all: input: txt_output rule txt: output: "results/C.txt" shell: "echo 'C' " ">{output} "
See usages of PyPsiBundle: INSP.unresolved.refs.cannot.find.reference.in.type
INSP.unresolved.refs.cannot.find.reference.in.type
And similar here: def in_func1(w): file = checkpoints.b2.get().output[0] return open(file, "r").read().strip()
P.S: in both cases unresolved error also should not be shown
and
module1
See usages of PyPsiBundle:
INSP.unresolved.refs.cannot.find.reference.in.type