Skip to content
Snippets Groups Projects
Commit aec28f90 authored by Ian Longden's avatar Ian Longden
Browse files

reference -> is_ref

parent ada79199
No related branches found
No related tags found
No related merge requests found
...@@ -198,7 +198,7 @@ foreach my $key (keys %alt_to_stable){ ...@@ -198,7 +198,7 @@ foreach my $key (keys %alt_to_stable){
# Then store the alt_allele and gene_id in the alt_allele table. # Then store the alt_allele and gene_id in the alt_allele table.
# #
$sql = "insert into alt_allele (alt_allele_id, gene_id, reference) values(?, ?, ?)"; $sql = "insert into alt_allele (alt_allele_id, gene_id, is_ref) values(?, ?, ?)";
my $insert_sth = $core_dba->dbc->prepare($sql); my $insert_sth = $core_dba->dbc->prepare($sql);
my $count=0; my $count=0;
......
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