Shiny web app to get the complement of a DNA sequence. This application only accepts valid DNA characters (A,T,C,G, and N as missing nucleotide).
- Clone this repository.
- Build image with Docker.
docker build -t dna_complement:latest .
- Run image with port 3838.
docker run -p 8080:3838 dna_complement:latest
- Open your web browser and go to
http://localhost:8080/
- Run an example: Copy and paste the DNA sequence of the human insulin in FASTA format into the input text box, and click the button.