Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeaudoinfortin committed May 28, 2024
2 parents 84d0b2a + a69f492 commit 039e0b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ You can invoke this tool by running the class com.dbf.naps.data.loader.integrate

# How To Run

In the /target directory you will find the pre-compiled jar file naps_data.jar. This is a shaded jar file which means that it contains all of the 3rd party dependencies inside of it. Assuming you have Java 17 installed and
You can find the latest package [here](https://github.com/dbeaudoinfortin/NAPSDataAnalysis/packages/2159892). Alternatively, in the /target directory you can find the pre-compiled jar file naps_data.jar. This is a shaded jar file which means that it contains all of the 3rd party dependencies inside of it. Assuming you have Java 17 installed and
part of your system path you can simply invoke the class by running the following:
```
java -cp naps_data.jar com.dbf.naps.data.loader.continuous.NAPSContinuousDataLoader -p C:\temp\NAPSData\RawFiles -t 24
Expand Down

0 comments on commit 039e0b1

Please sign in to comment.