JuhunC / NICER

NICE Renew

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NICER

NICE Renew (other features such as GAMMA, Multitrans will be updated)

Setup using Docker image

  1. cat Docker image nicer_centos.tar file should be created after these commands
cd docker/
cat nicer_centos.tar* >> nicer_centos.tar
  1. Install Docker

  2. Run NICER using Docker

docker load -i nicer_centos.tar
docker run --priviledged -d -p 8080:8080 nicer_centos init
docker exec -it containername
  1. Check NICER using web
Quick link: http://localhost:8080

Setup using Eclipse(on Linux)

  1. Basic instructions
sudo chmod -c 777 ./NICER/ -R
sudo yum install ld-linux.so.2
sudo yum install epel-release
  1. install R language
sudo yum install R
  1. install R 'qqman' package
R command : install.packages('qqman')
  • Using Eclipse
add all apache/lib/*.jar to the project
  1. Change Directory Settings

at

NICER/NICER/src/main/Setup.java

change

final static String mainDir ="set NICER folder directory here";

For Trouble Shooting

a. When NICE/t_test_static doesn't work!!

use following command to allow execution : sudo chmod -c 777 ./NICE/t_test_static

About

NICE Renew

License:Other


Languages

Language:HTML 63.1%Language:CSS 13.4%Language:Java 11.9%Language:JavaScript 5.4%Language:SCSS 2.4%Language:Python 1.4%Language:Shell 1.2%Language:Batchfile 0.8%Language:R 0.2%Language:XSLT 0.1%Language:PHP 0.0%Language:Roff 0.0%