Skip to content
Snippets Groups Projects
Commit 9cd53016 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Print name of database being worked on.

parent 26b214ab
No related branches found
No related tags found
No related merge requests found
......@@ -42,9 +42,11 @@ for my $dbname (@dbnames) {
'-dbname' => $dbname,
'-species' => $dbname);
print STDERR "$dbname\n";
delete_existing($dba) if !($print);
print "Calculating Gene GC attributes\n";
print STDERR "Calculating Gene GC attributes\n";
my $attribute_adaptor = $dba->get_AttributeAdaptor();
......
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