Skip to content

Commit

Permalink
total genes added
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Contreras Moreira committed Dec 23, 2021
1 parent 9b40a93 commit 8e136b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pangenes/get_pangenes.pl
Original file line number Diff line number Diff line change
Expand Up @@ -447,8 +447,9 @@
$num_genes = count_GFF_genes( $plain_gffile );
$ngenes{$taxon} = $num_genes;
print "# $dnafile ngenes=$num_genes\n";

$total_genes += $num_genes;
next;

} else {
push(@todelete,$plain_dnafile,$plain_gffile);
}
Expand All @@ -470,6 +471,7 @@
# work out sequence stats
$num_genes = count_GFF_genes( $plain_gffile );
$ngenes{$taxon} = $num_genes;
$total_genes += $num_genes;
print "# $dnafile ngenes=$num_genes\n";

# extract cDNA and CDS sequences
Expand Down

0 comments on commit 8e136b1

Please sign in to comment.