Clojure library for interacting with the Galaxy bioinformatics workflow platform.
Requires Java 8 or better and Leiningen 2.x.
$ lein repl
> (require '[org.galaxyproject.clj-blend.galaxy.core :as galaxy])
> (def c (galaxy/get-client "https://main.g2.bx.psu.edu/" "your-api-key"))
> (def user (galaxy/get-user-info c))
The code is freely available under the MIT license.