CLI that wraps Cancer Genomics Cloud (CGC) api.
For the full api, please see: https://docs.cancergenomicscloud.org/docs/the-cgc-api. This tool only wraps a small portion of it so far.
Gradle is required in order to build this project. For gradle installation instructions, click here
Run the following command from project's root directory:
gradle build
This will build the project and binplace the executable on your path - usr/local/bin on Unix and %SYSTEMROOT32% on Windows.
You can run the tests with:
gradle task test
From procjet's root directory.
If the installation was successful, you should be able to run
cgccli --help
from terminal.