https://github.com/ewels/sequences
A lightweight and quick DNA sequence manipulation tool.
https://github.com/ewels/sequences
Last synced: 3 months ago
JSON representation
A lightweight and quick DNA sequence manipulation tool.
- Host: GitHub
- URL: https://github.com/ewels/sequences
- Owner: ewels
- License: mit
- Created: 2011-12-16T10:23:20.000Z (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-11-29T09:58:59.000Z (over 8 years ago)
- Last Synced: 2025-01-31T21:15:30.182Z (4 months ago)
- Language: HTML
- Homepage: http://ewels.github.io/sequences/
- Size: 13.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sequences
### http://ewels.github.io/sequences/
---
Sequences is a lightweight and quick DNA sequence manipulation tool.
A very common task for anyone involved in genetics is the manipulation of DNA
or RNA sequences. I need to find the reverse compliment of sequences all the
time, and I've been getting increasingly frustrated with the lack of a simple,
robust tool to do that - most require strictly formatted sequences, use Java
applets which take ages to load, and are generally faffy.It does a couple of cool things, such as remembering your settings using HTML5
local storage, and giving the option to automatically copy results to the
clipboard in internet explorer.It's free for anyone to use under an MIT licence, and everything is included
in the one HTML file. You can access it directly at http://ewels.github.io/sequences/
or download and run on your own computer or server.---
Written by Phil Ewels ([@ewels](https://github.com/ewels)).
http://phil.ewels.co.ukFirst written way back in 2011, revamped in 2016.