Skip to content
Snippets Groups Projects
Commit 950e4973 authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

uc(‘c’) to help with sql-lite support. Case mistake was ignored by MySQL.

parent 7f3796f0
No related branches found
No related tags found
No related merge requests found
......@@ -1100,7 +1100,7 @@ sub get_short_variation_count {
$self->{'short_variation_count'} = $short_variation_count;
}
if (!defined $self->{'short_variation_count'}) {
$self->{'short_variation_count'} = $self->_get_count('SNPcount');
$self->{'short_variation_count'} = $self->_get_count('SNPCount');
}
return $self->{'short_variation_count'};
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment