Skip to content

Commit

Permalink
add manifest to all nextfow pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Sep 6, 2024
1 parent f429b92 commit 98dd755
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cg/resources/raredisease_bundle_filenames.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1078,3 +1078,9 @@
path_index: ~
step: nextflow-config
tag: nextflow-config
- format: json
id: CASEID
path: PATHTOCASE/manifest.json
path_index: ~
step: manifest
tag: manifest
6 changes: 6 additions & 0 deletions cg/resources/rnafusion_bundle_filenames.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,9 @@
path: PATHTOCASE/multiqc/multiqc_data/multiqc_picard_insertSize.json
step: multiqc
tag: multiqc-picard-insert-size
- format: json
id: CASEID
path: PATHTOCASE/manifest.json
path_index: ~
step: manifest
tag: manifest
8 changes: 6 additions & 2 deletions cg/resources/taxprofiler_bundle_filenames.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,9 @@
path_index: ~
step: multiqc-json
tag: multiqc-kraken


- format: json
id: CASEID
path: PATHTOCASE/manifest.json
path_index: ~
step: manifest
tag: manifest
6 changes: 6 additions & 0 deletions cg/resources/tomte_bundle_filenames.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,9 @@
path_index: ~
step: multiqc
tag: multiqc-picard-insert-size
- format: json
id: CASEID
path: PATHTOCASE/manifest.json
path_index: ~
step: manifest
tag: manifest

0 comments on commit 98dd755

Please sign in to comment.