Skip to content

Commit

Permalink
fix: typos in score field names
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Oct 24, 2024
1 parent 0225f81 commit 0f22e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/seqvars/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1260,8 +1260,8 @@ mod variant_related_annotation {
r#type: pbs_output::VariantScoreColumnType::Number as i32,
},
pbs_output::VariantScoreColumn {
name: "baysedel_addaf".to_string(),
label: "BayesDel".to_string(),
name: "bayesdel_addaf".to_string(),
label: "BaessDel".to_string(),
description: "BayesDel AddAF score".to_string(),
r#type: pbs_output::VariantScoreColumnType::Number as i32,
},
Expand Down

0 comments on commit 0f22e66

Please sign in to comment.