igv-client

Clojure implementation of IGV client to controll IGV via its Port Commands

Leiningen/Boot

[igv-client "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

igv-client/igv-client {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("igv-client:igv-client:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>igv-client</groupId>
  <artifactId>igv-client</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>