Skip to content

Commit

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

0 comments on commit 85da7e6

Please sign in to comment.