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

Re-organize outputs by 'analysis stage' #14

Closed
dfornika opened this issue Jun 8, 2024 · 0 comments · Fixed by #17
Closed

Re-organize outputs by 'analysis stage' #14

dfornika opened this issue Jun 8, 2024 · 0 comments · Fixed by #17

Comments

@dfornika
Copy link
Member

dfornika commented Jun 8, 2024

The overall analysis includes several stages:

  • Read normalization
  • Assembly
  • Scaffolding
  • Read mapping
  • Variant calling
  • Consensus sequence generation
  • Reporting & Summary

It would be helpful for troubleshooting and data management if each stage wrote its outputs into a separate sub-directory.

Create an analysis_by_stage sub-directory under the --outdir

Create sub-directories under that, named like:

analysis_by_stage/00_read_normalization
analysis_by_stage/01_assembly
analysis_by_stage/02_scaffolding

...etc. Below that, create an 'inputs' and an 'outputs' sub-directory.

Write bash script(s) into the analysis stage directories to document & aid with troubleshooting.

'Publish' final outputs under outdir.

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

Successfully merging a pull request may close this issue.

1 participant