Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
seppinho committed Mar 6, 2024
1 parent a97fa31 commit 1f77b92
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions cloudgene.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,16 @@ workflow:
label: "Estimating required VAF Coverage"
view: progressbar
- process: "MTDNA_SERVER_2:HAPLOGROUPS_CONTAMINATION"
label: "Haplogroup % Contamination Detection"
label: "Haplogroups & Contamination Detection"
view: progressbar
- process: "MTDNA_SERVER_2:VCF_MERGE"
label: "VCF Merge"
view: progressbar
- process: "MTDNA_SERVER_2:SAMPLE_REPORT"
label: "Sample Report Generation"
view: progressbar
- process: "MTDNA_SERVER_2:REPORT"
label: "Report Generation"
label: "Dashboard Generation"
view: progressbar
inputs:

Expand Down Expand Up @@ -98,15 +101,15 @@ workflow:
0.1: 0.1

- id: coverage_estimation
description: Apply Coverage Estimation for Diagnostic NGS
description: Apply Coverage Estimate
type: list
value: off
values:
on: On
off: Off

- id: subsampling
description: Subsample to specified coverage (Deactived with value 0)
description: Coverage Subsampling (0 means deactivated)
type: number
visible: true
value: 0
Expand Down

0 comments on commit 1f77b92

Please sign in to comment.