Skip to content
Snippets Groups Projects
Commit f4840aaa authored by Patrick Meidl's avatar Patrick Meidl
Browse files

be less verbose

parent 8857b27b
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ sub overlap_score {
# read from file
$self->logger->info("Reading exon overlap scoring matrix from file...\n", 0, 'stamped');
$self->logger->info("Cache file $overlap_cache.\n", 1);
$self->logger->debug("Cache file $overlap_cache.\n", 1);
$matrix->read_from_file;
$self->logger->info("Done.\n", 0, 'stamped');
......@@ -143,7 +143,7 @@ sub exonerate_score {
# read from file
$self->logger->info("Reading exonerate matrix from file...\n", 0, 'stamped');
$self->logger->info("Cache file $exonerate_cache.\n", 1);
$self->logger->debug("Cache file $exonerate_cache.\n", 1);
$exonerate_matrix->read_from_file;
$self->logger->info("Done.\n", 0, 'stamped');
......
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