nasa-jpl-cord-19 / covid19-knowledge-graph

Builds a knowledge graph from the [COVID-19 Open Research Dataset (CORD-19)](https://pages.semanticscholar.org/coronavirus-research) dataset.
Apache License 2.0
16 stars 3 forks source link

Running outside of the sbt REPL #3

Closed philipsoutham closed 4 years ago

philipsoutham commented 4 years ago

In the README.md file you give the following instructions to process the input json files.

## Running

Launch sbt:

    $ sbt

Run the program with an argument indicating the input `data` directory containing the dataset:

    > run path/to/data/containing/Commercial use subset json files

This is not conducive to running in an automated pipeline, is there any way we can get an assembly build task so that processing can be run like

$ java -jar covid19-knowledge-graph.jar path/to/data/containing/commercial_use_subset_json_files
lewismc commented 4 years ago

This addressed in master branch, please see https://github.com/nasa-jpl-cord-19/covid19-knowledge-graph#as-a-standalone-jar