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

Snakemake #45

Open
pommevilla opened this issue Jan 11, 2023 · 0 comments
Open

Snakemake #45

pommevilla opened this issue Jan 11, 2023 · 0 comments
Milestone

Comments

@pommevilla
Copy link
Owner

pommevilla commented Jan 11, 2023

Convert to a Snakemake pipeline. There should be a rules/mfp<step> file for each of the commands that currently exist in the pipeline.

User stories

  • As a user, I want to be able to choose to run this on my local computer and not have to use Slurm
  • As a user, I want to be able to choose between running the whole pipeline and running individual steps

Questions

  • What are the targets?
  • What are the inputs?
  • What are the intermediate files?
  • How can we make it so the user can run just part of the pipeline at a time?
    • Perhaps sending the commands to a Docker container which runs the desired step?
@pommevilla pommevilla added this to the v2.0 milestone Jan 11, 2023
@pommevilla pommevilla mentioned this issue Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant