// Test that the lengths of the quality and the sequence are equal
if(qual_len!=(int)strlen(seq))
if((size_t)qual_len!=strlen(seq))
{
obidebug(1,"\nError checking the predicate for view %s: The sequences and sequence quality arrays match.\n%d, %s, %d",(view->infos)->name,j,seq,qual_len);
obidebug(1,"\nError checking the predicate for view %s: The sequences and sequence quality arrays match.",(view->infos)->name);