Skip to content

Commit

Permalink
Fix missing column
Browse files Browse the repository at this point in the history
  • Loading branch information
dglemos committed Jan 29, 2020
1 parent 803c91f commit 2c0bfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StructuralVariantOverlap.pm
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ sub run {

if(scalar (keys %{$self->{cols}}) > 0){
foreach my $info (keys %{$self->{cols}}){
push @{$save{$self->{label} . $info}}, $info{$info};
push @{$save{$self->{label} . "_" . $info}}, $info{$info};
}
}
else{
Expand Down

0 comments on commit 2c0bfc9

Please sign in to comment.