Skip to content
Snippets Groups Projects
Commit d7906d75 authored by Graham McVicker's avatar Graham McVicker
Browse files

cleaned up test a tiny bit

parent 4cb13629
No related branches found
No related tags found
No related merge requests found
......@@ -351,7 +351,8 @@ $multi->restore();
$slice = $db->get_SliceAdaptor()->fetch_by_chr_start_end("20", 30_252_000, 31_252_001 );
my ( $known, $unknown );
my $known = 0;
my $unknown = 0;
$genes = $slice->get_all_Genes();
for my $gene ( @$genes ) {
......
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