schott12521 / franklin

:pencil2: Our DNA sequence annotation tool.

Home Page:https://franklin.lelab.tailordev.fr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Franklin

CircleCI

Franklin is a DNA sequence annotation tool we built at TailorDev in order to play with SVGs, React, and Redux, as part of our "Le lab" sessions:

Usage

Either install the project or use our public instance: https://franklin.lelab.tailordev.fr/.

Installation

Production

$ git clone https://github.com/TailorDev/franklin.git
$ npm install # will run `npm run build`
$ npm prune --production

We use this Dockerfile to run franklin in production (which runs npm run start from franklin root directory).

Development

$ git clone https://github.com/TailorDev/franklin.git
$ npm install
$ npm run dev

Requirements

We use node 6.2+ and npm 3.8+.

Contributing

Please, see CONTRIBUTING file.

Running the Tests

$ npm run test

You can also "watch" them:

$ npm run test:watch

Code coverage is available by running:

$ npm run cov

Contributor Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See CODE_OF_CONDUCT file.

Credits

We use NtSeq (browser version) from Keith Horwood, which is versioned (and slightly modified) in app/utils/ntseq.js.

License

Franklin is released under the MIT License. See the bundled LICENSE file for details.

About

:pencil2: Our DNA sequence annotation tool.

https://franklin.lelab.tailordev.fr/

License:MIT License


Languages

Language:JavaScript 91.5%Language:CSS 8.0%Language:HTML 0.4%Language:Shell 0.1%