Skip to content
Snippets Groups Projects
Commit 7d3e8ccd authored by Abel Ureta-Vidal's avatar Abel Ureta-Vidal
Browse files

added 1; at the end of module

parent 30bfd015
No related branches found
No related tags found
No related merge requests found
......@@ -432,3 +432,5 @@ sub store{
$chromosome->dbID($sth->{'mysql_insertid'});
$chromosome->adaptor($self);
}
1;
......@@ -640,6 +640,7 @@ sub _get_chr_start_end_of_gene {
return ($chr,$start,$end);
}
1;
......
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