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 separate modules for pre_analysis, analysis and post_analysis #21

Open
dfornika opened this issue Aug 30, 2024 · 0 comments
Open

Comments

@dfornika
Copy link
Member

For each pipeline there are three phases:

  1. Pre-analysis: Anything needed to set up the pipeline analysis (making symlinks, samplesheets, directories, etc.)
  2. Analysis: Running the pipeline
  3. Post-analysis: Anything needed to be done after the pipeline completes (check the outputs of the pipeline analysis, create samplesheets for downstream pipelines, cleanup temp files, etc.)

On some of our other automation systems (like auto-cpo for example) we've created separate modules for pre_analysis, analysis and post_analysis. We should set up a similar codebase structure here.

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

No branches or pull requests

1 participant