An executable program which allows a user to perform the reserve lottery process outlined in an April 2020 paper circulated by Pathak et al. to allocate the anti-viral drug remdesivir.
- JDK 8
- IntelliJ IDEA (not really a requirement, but will make development easier) For instructions on setting up Live Reloading in IntelliJ, see INTELLIJ.md
This project uses Gradle.
A Gradle Wrapper
is included at gradlew
(or gradlew.bat
for Windows). IntelliJ IDEA will recognize this as a Gradle project and
auto-import tasks to the Gradle Tool Window. To run the following commands in IntelliJ IDEA, search for the task name
under 'Tasks' in the Gradle Tool Window.
To build a fat jar with packaged binaries: ./gradlew jar
. The versioned jar can then be found in the build/libs
folder.
To run JUnit tests: ./gradlew test
To run exectuable program: ./gradlew clean build run
Please see CONTRIBUTING.md for details on how to submit pull requests and log issues.
- Jack Ferguson ([email protected])
- Chetan Patel ([email protected])