#include <tagUtils.h>
int rmanno_list(
GapIO *io,
int anno_ac,
int *anno_av);
This function removes a list of annotations from the database. The annotation lists for readings and contigs are also updated accordingly. The annotations numbers to remove are held in an array named anno_av with anno_ac elements.
This function returns 0 for success, -1 for failure.