Skip to content
New issue

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

create a snakemake file for running both pipelines all at once #15

Closed
aryarm opened this issue Jun 10, 2020 · 0 comments · Fixed by #16
Closed

create a snakemake file for running both pipelines all at once #15

aryarm opened this issue Jun 10, 2020 · 0 comments · Fixed by #16
Labels
enhancement New feature or request

Comments

@aryarm
Copy link
Owner

aryarm commented Jun 10, 2020

The prepare and classify pipelines are split into two different pipelines in case the user wants to tweak the output of the prepare pipeline before feeding it to the classify pipeline.

But the majority of users won't want to do that. It'll be more convenient for them if there's one single Snakemake file that can run both pipelines at once. This should be easy to do if I just import the rules defined in Snakefile-prepare and Snakefile-classify into the big Snakemake file.

Also, consider re-organizing the files in the repository to match Snakemake's recommendations. This might be especially useful if we ever output figures in a Snakemake report or Jupyter notebook (see issue #7).

@aryarm aryarm added the enhancement New feature or request label Jun 10, 2020
aryarm added a commit that referenced this issue Jun 18, 2020
…nes as subworkflows

resolves #15 and updates the README documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant