Skip to content
Snippets Groups Projects
Commit bd4e0f7a authored by Arne Stabenau's avatar Arne Stabenau
Browse files

useless check removed

parent 5aec84b9
No related branches found
No related tags found
No related merge requests found
......@@ -95,10 +95,6 @@ sub fetch_all {
while($sth->fetch()) {
my $analysis = $analysis_adaptor->fetch_by_dbID($analysis_id);
if($blk_size < 1) {
warning("density_type table contains invalid block_size=$blk_size.");
$blk_size = 1;
}
my $dt = Bio::EnsEMBL::DensityType->new(-ADAPTOR => $self,
-DBID => $dbID,
......
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