Skip to content
Snippets Groups Projects
Commit 0d954764 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

include non_reference chromosomes for mapping stats

parent 947fddd7
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ my $fmt4 = "%-40s%12s%10s\n";
$support->log("Looping over toplevel seq_regions...\n\n");
foreach my $chr ($support->sort_chromosomes) {
foreach my $chr ($support->sort_chromosomes(undef, $support->param('assembly'), 1)) {
$support->log_stamped("Toplevel seq_region $chr...\n", 1);
# determine non-N sequence length of alternative toplevel seq_region
......
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