Search in sources :

Example 1 with ToolDataClient

use of com.github.jmchilton.blend4j.galaxy.ToolDataClient in project irida by phac-nml.

the class GalaxyToolDataServiceIT method setup.

/**
 * Sets up for tool data table tests.
 */
@Before
public void setup() {
    galaxyInstanceAdmin = localGalaxy.getGalaxyInstanceAdmin();
    ToolDataClient toolDataClient = galaxyInstanceAdmin.getToolDataClient();
    galaxyToolDataService = new GalaxyToolDataService(toolDataClient);
}
Also used : GalaxyToolDataService(ca.corefacility.bioinformatics.irida.pipeline.upload.galaxy.GalaxyToolDataService) ToolDataClient(com.github.jmchilton.blend4j.galaxy.ToolDataClient) Before(org.junit.Before)

Aggregations

GalaxyToolDataService (ca.corefacility.bioinformatics.irida.pipeline.upload.galaxy.GalaxyToolDataService)1 ToolDataClient (com.github.jmchilton.blend4j.galaxy.ToolDataClient)1 Before (org.junit.Before)1