You should have installed following
1. Maven 3.0 or Higher.
2. Java 1.8.0_111 or Higher.
3. Git 1.9.1 or Higher.
cmd>> git clone https://github.com/ashutoshshimpi/embl-ebi.git
cmd>> cd embl-ebi
cmd>> mvn clean install
Open html page "embl-ebi/target/site/jacoco/index.html"
You will have to run embl-ebi-local-SNAPSHOT.jar. You can find jar at "embl-ebi/target/embl-ebi-local-SNAPSHOT.jar"
cmd>> java -jar embl-ebi-local-SNAPSHOT.jar
Kindly refer to "UserGuide.pdf". You can find this file inside project.