Java application that supports the bio studies data submission thought http web services.
Contains model/database representation classes of Bio-Studies backend application.
Contains utility methods and classes.
Contains utility methods and classes used to read submissions input files.
Helps to perform submissions through terminal
Helps to convert between different submissions formats
The project follows the google java coding standards
Import as gradle project in your favorite IDE
Run gradle build command either using local distribution or wrapper
gradlew.bat build (Windows)
./gradlew build (Linux)
Generated war will be available under BackendWebApp/builds/libs
folder.