Skip to content
Snippets Groups Projects
Commit d1b1e60d authored by Leo Gordon's avatar Leo Gordon
Browse files

this surboutine has moved into the script

parent e3482f85
No related branches found
No related tags found
No related merge requests found
......@@ -18,14 +18,6 @@ my $pipeline_db = {
-dbname => $ENV{USER}.'_long_mult_pipeline',
};
sub dbconn_2_mysql {
my ($db_conn, $with_db) = @_;
return "--host=$db_conn->{-host} --port=$db_conn->{-port} "
."--user=$db_conn->{-user} --pass=$db_conn->{-pass} "
.($with_db ? $db_conn->{-dbname} : '');
}
return {
# pass connection parameters into the pipeline initialization script to create adaptors:
-pipeline_db => $pipeline_db,
......
......@@ -18,14 +18,6 @@ my $pipeline_db = {
-dbname => $ENV{USER}.'_long_mult_sema_pipeline',
};
sub dbconn_2_mysql {
my ($db_conn, $with_db) = @_;
return "--host=$db_conn->{-host} --port=$db_conn->{-port} "
."--user=$db_conn->{-user} --pass=$db_conn->{-pass} "
.($with_db ? $db_conn->{-dbname} : '');
}
return {
# pass connection parameters into the pipeline initialization script to create adaptors:
-pipeline_db => $pipeline_db,
......
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