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

Restructure output directory #209

Open
nvnieuwk opened this issue Oct 14, 2024 · 0 comments
Open

Restructure output directory #209

nvnieuwk opened this issue Oct 14, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nvnieuwk
Copy link
Member

Description of feature

The output directory should be restructured to allow incremental file writing in the same directory over multiple runs.

<params.outdir>
  - <pipeline_version>_<date> => Contains pipeline run specific files
  - <family1>
    - <sample1>_<pipeline_version>_<date> => contains all sample specific files
    - <sample2>_<pipeline_version>_<date>
    - joint_<pipeline_version>_<date> => contains all family specific files
    - qc_<pipeline_version>_<date> => contains all qc for the family specific files (multiqc)
  - <family2>
  - ...

A separate multiqc should be created for the whole run and separately for each family.

@nvnieuwk nvnieuwk added the enhancement New feature or request label Oct 14, 2024
@nvnieuwk nvnieuwk self-assigned this Nov 7, 2024
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

No branches or pull requests

1 participant