Skip to content

Commit

Permalink
feat: Use Feature before HGVSg for level 1 naming (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxwiegand committed Dec 15, 2021
1 parent 5f16505 commit 4377e42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bcf/report/oncoprint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ pub fn oncoprint(
get_field("SYMBOL")?
} else if !get_field("Gene")?.is_empty() {
get_field("Gene")?
} else if !get_field("Feature")?.is_empty() {
get_field("Feature")?
} else if !get_field("HGVSg")?.is_empty() {
get_field("HGVSg")?
} else {
Expand Down

0 comments on commit 4377e42

Please sign in to comment.