Skip to content
Snippets Groups Projects
Commit 76d98b4c authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Better readability when finding a new database.

parent d8522ccf
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,11 @@ foreach my $server (@servers) {
die(
sprintf( "Failed to parse database name '%s'", $database ) );
} else {
printf( "Found '%s' (%s, %s, %s, %s)\n",
printf( "--> Found '%s'\n"
. "\tspecies = '%s'\n"
. "\ttype = '%s'\n"
. "\tassembly = '%s'\n"
. "\tsuffix = '%s'\n",
$database, $species, $db_type,
$db_assembly, $db_suffix );
}
......
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