Skip to content

Commit

Permalink
Fix #191 artefact plugin broken
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishendriksen committed Sep 29, 2021
1 parent d843427 commit 8b9e4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/vep/Artefact.pm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ sub parse_file_header {
if ($tokens[$i] eq "chromosome") {
$col_idx->{idx_chr} = $i;
}
if ($tokens[$i] eq "pos") {
if ($tokens[$i] eq "start") {
$col_idx->{idx_pos} = $i;
}
if ($tokens[$i] eq "ref") {
Expand Down

0 comments on commit 8b9e4d6

Please sign in to comment.