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
output
Should not be unresolved here.
Example:
rule all: input: "results/all.done", module other: snakefile: "module.smk" prefix: "results/other" use rule * from other as other_* rule all_impl: output: out=touch("results/all.done"), input: b=rules.other_b.output.b, shell: "cp {input} {output}"
The text was updated successfully, but these errors were encountered:
duplicates #520
Sorry, something went wrong.
No branches or pull requests
Should not be unresolved here.
Example:
The text was updated successfully, but these errors were encountered: