#include <tagUtils.h> void remove_contig_tags( GapIO *io, int contig, int posl, int posr);
This function removes annotations over the region defined as posl to
posr from the consensus for contig number contig. Passing
posl and posr as zero implies the entire consensus. This uses the
rmanno
function for the main portion of the work.