int sequence_check

(sequence_t* sq, int max_symb)

Make sure that the sequences only contain allowed symbols.

Documentation

Make sure that the sequences only contain allowed symbols. (between 0 and max\_symbol - 1)
Parameters:
sq - sequences
max_symb - number of different symbols
Returns:
-1 for error, 0 for no errors

Alphabetic index



This page was generated with the help of DOC++.