Interface for the curation of multiple TRPs from sequence databases.
$ git clone https://gitlab.com/refract-rise/trp-homology
$ cd trp-homology
$ nvm use
$ npm install
$ npm start
Modify code and follow changes on http://localhost:4200/.
Commit and push all changes:
$ git add .
$ git commit -m "Added ..."
$ git push