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

removed comparison to undef

parent d8a660a0
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@ sub _objs_from_sth {
$dest_slice_length = $dest_slice->length();
}
my $last_feature_id;
my $last_feature_id = -1;
FEATURE: while($sth->fetch()) {
#get the analysis object
next if( $last_feature_id == $affy_feature_id );
......
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