changed output messages for clarity

This commit is contained in:
Heng Li 2018-02-12 11:32:32 -05:00
parent 8c89ba005e
commit fbbd4e0968
1 changed files with 2 additions and 2 deletions

View File

@ -735,8 +735,8 @@ function paf_bedcov(args)
buf.destroy();
warn("# feature bases: " + tot_len);
warn("# feature bases overlapping targets: " + hit_len + ' (' + (100.0 * hit_len / tot_len).toFixed(2) + '%)');
warn("# target bases: " + tot_len);
warn("# target bases overlapping regions: " + hit_len + ' (' + (100.0 * hit_len / tot_len).toFixed(2) + '%)');
}
/**************************