Skip to content

chapmanb/clj-blend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Clojure library for interacting with Galaxy, CloudMan, and BioCloudCentral, built on blend4j

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published