// Test that the lengths of the quality and the sequence are equal
if(qual_len!=(int)strlen(seq))
{
obidebug(1,"\nError checking the predicate: The sequences and sequence quality arrays match.");
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);