Skip to content
Snippets Groups Projects
Commit 9a7ecff7 authored by Andy Yates's avatar Andy Yates
Browse files

bad logic

parent 15bc2107
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ if($dna_db_name) {
$dna_db_host ||= $db_host;
$dna_db_port ||= $db_port;
$dna_db_user ||= $db_user;
$dna_db_pass ||= $db_pass;
$dna_db_pass ||= $db_pass if $db_pass;
my $dna_dba = Bio::EnsEMBL::DBSQL::DBAdaptor->new(
-species => $species,
-group => $dna_group,
......
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