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
- Host: GitHub
- URL: https://github.com/pvlastaridis/nat-ncs2
- Owner: pvlastaridis
- License: mit
- Created: 2018-10-04T00:24:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T13:35:57.000Z (almost 6 years ago)
- Last Synced: 2025-02-27T14:33:38.066Z (over 1 year ago)
- Topics: angular, bioinformatics, java
- Language: JavaScript
- Homepage: http://bioinf.bio.uth.gr/nat-ncs2/#/
- Size: 18.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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