galaxyproject / blend4php

A PHP API for interacting with Galaxy
http://galaxyproject.github.io/blend4php
GNU Lesser General Public License v3.0
6 stars 3 forks source link

Jobs Test build for rerun #13

Closed cwytko closed 8 years ago

cwytko commented 8 years ago

The traditional authentication at the end of the url i.e. "localhost:8080.../?key=[api_key]" does not work with the function call for build_for_rerun, it is confusing the api key with a history id? We need to contact the galaxy project about this one.

This one may be useful, similar to the job search where it's looking for a tool paired with a given data set that has already been executed and loads the pre-executed set without using resources to repeat the same process.

cwytko commented 8 years ago

Fixed