Skip to content
Snippets Groups Projects
Commit 4c662209 authored by Jan-hinnerk Vogel's avatar Jan-hinnerk Vogel
Browse files

warning added if you don't use the -write option
parent 284eeb94
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,9 @@ my $verbose = 0;
'verbose!' => \$verbose,
);
unless ( $write ) {
print " you've not used the -write option so results will not be written into the database\n" ;
}
my $db = new Bio::EnsEMBL::DBSQL::DBAdaptor(
-host => $host,
......
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