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

Typo

parent 4148873a
No related branches found
No related tags found
No related merge requests found
......@@ -345,7 +345,7 @@ sub store {
my $analysis = $rf->analysis();
if(!ref($analysis) || !$analysis->isa("Bio::EnsEMBL::Analysis")) {
throw("RegulatoryFeature cannot be stored without an associated analysus.");
throw("RegulatoryFeature cannot be stored without an associated analysis.");
}
my $original = $rf;
......
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