MassBank / MassBank-web

The web server application and directly connected components for a MassBank web server
14 stars 22 forks source link

Validator "executable" #108

Closed sneumann closed 6 years ago

sneumann commented 6 years ago

Hi, currently we have instructions to install the validator from source. We should have a jar with all dependencies that users only need to download and execute locally. Something like https://stackoverflow.com/a/574650 Yours, Steffen

schymane commented 6 years ago

Agreed, this would be awesome.

sneumann commented 6 years ago

The executable is already built, so no change needed. But we have to release it somehow. In the meantime, please download from https://msbi.ipb-halle.de/~sneumann/MassBank-lib-0.0.1-SNAPSHOT-jar-with-dependencies.jar and execute as java -jar /path/to/MassBank-lib-0.0.1-SNAPSHOT-jar-with-dependencies.jar AAFC/*.txt >/dev/null

meier-rene commented 6 years ago

A package with all executables is now build and created in MassBank-Project/MassBank-lib/target. It can be moved to a different place if needed.