dna2abc is a Tcl/Tk application for turning DNA sequences into musical sequences. The core of the application is an editor for a list of rules. Each rule consists of a regular expression and a Tcl script. As dna2abc scans along the input DNA sequence, each rule is tested against a portion of the sequence, and, if the regular expression matches, the corresponding Tcl script is executed.