Skip to content
Snippets Groups Projects
Commit eb53d254 authored by Ian Longden's avatar Ian Longden
Browse files

stupid bug fix

parent c4cd5dba
No related branches found
No related tags found
No related merge requests found
......@@ -1004,7 +1004,7 @@ sub register_all {
$arr = [$asm_seq_region_id, $asm_seq_region, $asm_cs_id, $asm_length];
$self->{'sr_name_cache'}->{"$asm_seq_region:$cmp_cs_id"} = $arr;
$self->{'sr_name_cache'}->{"$asm_seq_region:$asm_cs_id"} = $arr;
$self->{'sr_id_cache'}->{"$asm_seq_region_id"} = $arr;
}
}
......
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