Skip to content

Commit

Permalink
Merge pull request #1611 from nakib103/fix_ut
Browse files Browse the repository at this point in the history
Fix unit test regarding HGVS dup lookup update
  • Loading branch information
nuno-agostinho authored Feb 14, 2024
2 parents eab210a + 282a28e commit d27b169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/OutputFactory.t
Original file line number Diff line number Diff line change
Expand Up @@ -1964,7 +1964,7 @@ is_deeply(
'HGVS 3prime shifting - ON'
);

# Shifting OFF
# Shifting OFF - the default look up is 5' direction
$ib = get_annotated_buffer({
input_file => $input_file_example,
shift_hgvs => 0
Expand All @@ -1978,7 +1978,7 @@ is_deeply(
"Consequence" => [
"intron_variant"
],
"HGVSg" => "21:g.25592982_25592985dup",
"HGVSg" => "21:g.25592986_25592989dup",
"Allele" => "TAAA"
},
'HGVS 3prime shifting - OFF'
Expand Down

0 comments on commit d27b169

Please sign in to comment.