An open API service indexing awesome lists of open source software.

https://github.com/pvlastaridis/nat-ncs2

NAT/NCS2 Hound: Prediction and Evolutionary Classification Server of prokaryotic NAT/NCS2 transporters
https://github.com/pvlastaridis/nat-ncs2

angular bioinformatics java

Last synced: about 2 months ago
JSON representation

NAT/NCS2 Hound: Prediction and Evolutionary Classification Server of prokaryotic NAT/NCS2 transporters

Awesome Lists containing this project

README

          

# nat-ncs2
How to compile and deploy webserver on Ubuntu

## 1. Install Required Software

sudo apt install git
sudo apt install openjdk-8-jdk-headless
sudo apt install nodejs
sudo apt install curl
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
sudo apt-get install hmmer

## 2. Clone Project, compile and deploy

git clone https://github.com/pvlastaridis/nat-ncs2.git
cd nat-ncs2/
yarn install
sh mvnw -Dmaven.test.skip=true -Pprod package
cp -R HMMDB/ target/
sudo java -jar target/nat-ncs2-0.0.1-SNAPSHOT.war