All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.jmchilton.blend4j.galaxy.beans.HasGalaxyUrl Maven / Gradle / Ivy

Go to download

blend4j is a JVM partial reimplemenation of the Python library bioblend (http://bioblend.readthedocs.org/en/latest/) for interacting with Galaxy, CloudMan, and BioCloudCentral.

There is a newer version: 0.2.0
Show newest version
package com.github.jmchilton.blend4j.galaxy.beans;

public interface HasGalaxyUrl {
  public void setGalaxyUrl(String galaxyUrl);

  public void setApiKey(final String apiKey);
  
  public String getGalaxyUrl();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy