Skip to content

Commit

Permalink
feat: adapt results output structure to better match current GMS560 p…
Browse files Browse the repository at this point in the history
…ipeline
  • Loading branch information
jonca79 authored Mar 6, 2024
1 parent 437b6a0 commit 5f9c783
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/output_files.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
files:
- name: "_copy_detected_variants"
input: "pgx/detected_variants/{sample}_{type}.annotated.csv"
output: "results/dna/additional_files/pgx/{sample}_{type}.detected_variants.csv"
output: "results/dna/pgx/additional_files/{sample}_{type}.detected_variants.csv"
types:
- T
- N

- name: "_copy_depth_of_baits"
input: "pgx/depth_of_coverage/depth_of_baits/{sample}_{type}.output.gdf"
output: "results/dna/additional_files/pgx/{sample}_{type}.depth_of_baits.gdf"
output: "results/dna/pgx/additional_files/{sample}_{type}.depth_of_baits.gdf"
types:
- T
- N

- name: "_copy_depth_at_missing"
input: "pgx/append_id_to_gdf/{sample}_{type}.depth_at_missing_annotated.gdf"
output: "results/dna/additional_files/pgx/{sample}_{type}.depth_at_missing_annotated.gdf"
output: "results/dna/pgx/additional_files/{sample}_{type}.depth_at_missing_annotated.gdf"
types:
- T
- N
Expand All @@ -39,4 +39,4 @@ files:
output: "results/dna/pgx/{sample}_{type}.pgx_report.html"
types:
- T
- N
- N

0 comments on commit 5f9c783

Please sign in to comment.