Skip to content
Snippets Groups Projects
Commit db09297e authored by Glenn Proctor's avatar Glenn Proctor
Browse files

type->biotype

parent 9ae0c42f
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ foreach my $known (1, 0) {
#
foreach my $gene (@{$sub_slice->get_all_Genes()}){
if($gene->type() !~ /pseudogene/i and $gene->start >=1 ) {
if($gene->biotype() !~ /pseudogene/i and $gene->start >=1 ) {
$count++ if(!$known || $gene->is_known());
}
}
......
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