We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
and
module1
See usages of PyPsiBundle:
INSP.unresolved.refs.cannot.find.reference.in.type
The text was updated successfully, but these errors were encountered: