GitHub - chapmanb/clj-blend: Clojure library for interacting with Galaxy, CloudMan, and BioCloudCentral, built on blend4j (original) (raw)
- Notifications You must be signed in to change notification settings
- Fork2
- Star 11
Clojure library for interacting with Galaxy, CloudMan, and BioCloudCentral, built on blend4j
11 stars 2 forks Branches Tags Activity
Notifications You must be signed in to change notification settings
Additional navigation options
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
Stars
Watchers
Forks
Releases
No releases published
Packages
No packages published