GitHub - chapmanb/clj-blend: Clojure library for interacting with Galaxy, CloudMan, and BioCloudCentral, built on blend4j (original) (raw)

chapmanb / clj-blend Public

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

11 stars 2 forks Branches Tags Activity

Star

Notifications You must be signed in to change notification settings

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory24 Commits
src src
test/org/galaxyproject/clj_blend test/org/galaxyproject/clj_blend
.gitignore .gitignore
.travis.yml .travis.yml
README.md README.md
project.clj project.clj

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

Readme

Activity

Stars

11 stars

Watchers

4 watching

Forks

2 forks

Report repository

Releases

No releases published

Packages

No packages published

Contributors2

Languages