Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davep/fasta.el

Simple mode for working with FASTA files
https://github.com/davep/fasta.el

bioinformatics dna editing editor elisp emacs emacs-lisp fasta genetics lisp

Last synced: 8 days ago
JSON representation

Simple mode for working with FASTA files

Awesome Lists containing this project

README

        

# fasta.el

Mode for working with [fasta
files](https://en.wikipedia.org/wiki/FASTA_format).

## Commentary:

`fasta.el` implements a simple major mode for viewing and editing fasta
files. It's not designed to be anything too clever, I just wrote it to make
fasta files look nicer in Emacs.

## Todo:

- [ ] Sequence filling (as in wrapping).
- [ ] Sequence un-filling (for monsters who like it all on one line).
- [ ] Handle highlighting amino acids.