com.github.jmchilton.blend4j.galaxy.beans.HasGalaxyUrl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of blend4j Show documentation
Show all versions of blend4j Show documentation
blend4j is a JVM partial reimplemenation of the Python library bioblend (http://bioblend.readthedocs.org/en/latest/) for interacting with Galaxy, CloudMan, and BioCloudCentral.
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