Skip to content

Commit

Permalink
fix: last VEP header should include extra characters (bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonca79 committed Nov 4, 2024
1 parent 63734ae commit bbbb731
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/reports/hotspot_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,18 @@ columns:
ref:
order: 14
alt:
order: 15
order: 15
DP:
from: 'function'
name: 'get_annotation_data_info'
variables:
- var
- 'var'
- 'DP'
order: 16
ref_depth:
order: 17
alt_depth:
order: 18
Accession_number_VEP:
from: 'vep'
field: 'Feature'
AF:
from: 'function'
name: 'get_info_field'
Expand Down Expand Up @@ -109,7 +106,7 @@ columns:
order: 24
AlphaMissense_score:
from: 'vep'
field: 'am_pathogenicity'
field: 'am_pathogenicity">'
order: 25
background_median:
from: 'function'
Expand All @@ -134,4 +131,7 @@ columns:
- 'var'
- 'Artifact'
order: 28

Accession_number_VEP:
from: 'vep'
field: 'Feature'
order: 29

0 comments on commit bbbb731

Please sign in to comment.