Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 543 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 543 Bytes

clj-blend

Clojure library for interacting with the Galaxy bioinformatics workflow platform.

Usage

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))

License

The code is freely available under the MIT license.