diff --git a/modules/Bio/EnsEMBL/DBSQL/AttributeAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AttributeAdaptor.pm index c00bf384b4aaf9bd2442ab3b48b0569deac0225a..c681c552656e05e2034063a37ec1fa6ae45685ad 100644 --- a/modules/Bio/EnsEMBL/DBSQL/AttributeAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/AttributeAdaptor.pm @@ -164,6 +164,9 @@ sub store_on_ { throw("Reference to list of Bio::EnsEMBL::Attribute objects " . "argument expected."); } + + next if ($attrib->value == 0); + my $atid = $self->_store_type( $attrib ); if ((defined $attrib->code) and ($attrib->code eq 'circular_seq')) { $undef_circular_cache = 1;