Skip to content

JohnEFerguson/project-reserve-tornado-executable

Repository files navigation

project-reserve

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.

Requirements

  • 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

Building

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.

Build jar

To build a fat jar with packaged binaries: ./gradlew jar. The versioned jar can then be found in the build/libs folder.

Run tests

To run JUnit tests: ./gradlew test

Run executable program

To run exectuable program: ./gradlew clean build run

Contributing

Please see CONTRIBUTING.md for details on how to submit pull requests and log issues.

Project Dependencies

MAINTAINERS

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published