Run CleanSeq
The input GenBank file might contain characters other than "A", "G", "C" and "T", which are used to represent gaps and degenerate bases. This kind of sequence will cause problems in the translation steps during the annotation. As a result, cpgview does not accept sequences containing characters other than "A", "G", "C" and "T". This CleanSeq module will convert a sequence with unacceptable characters to a sequence only containing "A", "G", "C" and "T".
Basicly, the frequencies of all characters in the input sequence will be counted, the degenerate bases will be replaces with the standard bases having the highest frequencies.