A GUI to docker4seq
##Requirements
Java-Oracle SE Runtime Environment 8.0 or higher,
R 3.0.0 or higher,
docker4seq githhub package
To start the GUI:
- open a terminal;
- go to 4SeqGUI folder;
- execute the GUI with the bash script "4SeqGUI.sh"
cd /somewhere_on_PC/4SeqGUI
./4SeqGUI.sh
or if "4SeqGUI.sh" has not the permission to being executed
cd /somewhere_on_PC/4SeqGUI
bash ./4SeqGUI.sh