Skip to content
Snippets Groups Projects
Commit ea43b4a3 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

change to log message format

parent 26a48226
No related branches found
No related tags found
No related merge requests found
......@@ -264,8 +264,9 @@ foreach my $chr ($support->sort_chromosomes) {
$support->log("\n");
$support->log(sprintf($fmt4, "Continuous alignment runs (gaps up to 10bp):", $alignments, "Mapping %"), 2);
$support->log(sprintf($fmt4, "Continuous alignment runs:", $alignments, "Mapping %"), 2);
$support->log("(gaps up to 10bp)\n",2);
if ($alignments) {
for (my $i = 0; $i < $oom; $i++) {
my $from = 10**$i;
......
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