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
I would like to have a solution that is completely independent of the Makefile (except as an entry point for snakemake).
snakemake
I don't know whether this is feasible.
I think I'm ok with telling the user to issue two commands, e.g.:
snakemake --snakefile workflow/data-selection.smk snakemake --snakefile workflow/analysis.smk
The text was updated successfully, but these errors were encountered:
We agreed that for now there is not really a way to get rid of this. Can we close this?
Sorry, something went wrong.
No branches or pull requests
I would like to have a solution that is completely independent of the Makefile (except as an entry point for
snakemake
).I don't know whether this is feasible.
I think I'm ok with telling the user to issue two commands, e.g.:
The text was updated successfully, but these errors were encountered: