Hi
The solution is simple u need not write any trigger for this current situation just add this check constraint to sequence column


check (SEQUENCE LIKE '%A%' OR SEQUENCE LIKE '%C%' OR SEQUENCE LIKE '%G%' OR SEQUENCE LIKE '%T%');


This will solve ur probs
have fun
sarath d