emacsmirror / dna-mode

A major mode for editing dna sequences

Home Page:http://www.mahalito.net/~harley/elisp/dna-mode.el

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dna-mode.el

A collection of functions for editing DNA sequences. It provides functions to make editing dna in Emacs easier.

Dna-mode will:

  • Fontify keywords and line numbers in sequences.
  • Fontify bases when font-lock-mode is disabled.
  • Incrementally search dna over pads and numbers.
  • Complement and reverse complement a region.
  • Move over bases and entire sequences.
  • Detect sequence files by content.

dna-primer.el

Generates primers for sequences within emacs.

LICENSE

dna-mode.el is distributed under the GPL-3.0 (or any later version.)

About

A major mode for editing dna sequences

http://www.mahalito.net/~harley/elisp/dna-mode.el


Languages

Language:Emacs Lisp 100.0%