blend4php  v0.1
A PHP API for interacting with Galaxy
 All Classes Functions Variables Pages
GalaxyRequests Class Reference

Public Member Functions

 __construct (GalaxyInstance $galaxy)
 
 index ()
 
 show ($encoded_request_id)
 
 update ($encoded_request_id)
 

Constructor & Destructor Documentation

GalaxyRequests::__construct ( GalaxyInstance  $galaxy)

The Request constructor.

Returns
An instance of a Request object.

Member Function Documentation

GalaxyRequests::index ( )

Displays a collection (list) of sequencing requests.

Returns
An array of the requests.
GalaxyRequests::show (   $encoded_request_id)

Displays details of a sequencing request.

GET /api/requests/{encoded_request_id}

Parameters
$encoded_request_idThe id of the galaxy entity to show.
Returns
An array containing detailed information about the requested galaxy entitiy.
GalaxyRequests::update (   $encoded_request_id)

Updates a request state, sample state or sample dataset transfer status.

Parameters
$encoded_request_idThe id of the galaxy entity to update.
Returns
An array containing information on the updated Galaxy entity.

The documentation for this class was generated from the following file: