Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davep/fasta.el
- Owner: davep
- Created: 2018-03-24T10:53:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T16:51:18.000Z (almost 5 years ago)
- Last Synced: 2025-01-11T21:55:41.914Z (9 days ago)
- Topics: bioinformatics, dna, editing, editor, elisp, emacs, emacs-lisp, fasta, genetics, lisp
- Language: Emacs Lisp
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.