Skip to content
Snippets Groups Projects
Commit d78004e9 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

disconnect from production database

parent 3d13477a
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,8 @@ my $attrib_codes_ref = $prod_dbh->selectcol_arrayref("select distinct b.name, co
my %attrib_codes = @$attrib_codes_ref;
$prod_dbh->disconnect;
#add known and novel protein coding attrib types
$attrib_codes{'known protein_coding'} = 'GeneNo_knwCod';
$attrib_codes{'novel protein_coding'} = 'GeneNo_novCod';
......
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