diff --git a/README.md b/README.md index c137101..749a722 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # DNA complementarity alignment in JS + This implementation makes a complementarity alignment, namely it detects where two strands of DNA are complementary. This simple implementation is the core of the application found here: https://github.com/Gagniuc/Jupiter-Bioinformatics-V2-normal # Live demo + https://gagniuc.github.io/DNA-complementarity-alignment-in-JS/ # Screenshot @@ -10,4 +12,4 @@ https://gagniuc.github.io/DNA-complementarity-alignment-in-JS/ # References -Paul A. Gagniuc. Algorithms in Bioinformatics: Theory and Implementation. John Wiley & Sons, Hoboken, NJ, USA, 2021, ISBN: 9781119697961. +- Paul A. Gagniuc. Algorithms in Bioinformatics: Theory and Implementation. John Wiley & Sons, Hoboken, NJ, USA, 2021, ISBN: 9781119697961.