blend4php
v0.1
A PHP API for interacting with Galaxy
|
Public Member Functions | |
__construct ($galaxy) | |
converted ($params) | |
display ($params) | |
index () | |
show ($params) | |
GalaxyDatasets::__construct | ( | $galaxy | ) |
The DataSets constructor.
GalaxyInstance | $galaxy | A GalaxyInstance object. |
GalaxyDatasets::converted | ( | $params | ) |
Retreive information about datasets made by converting to a new file format.
Corresponds to the galaxy API function at: GET /api/datasets/{dataset_id}/converted/{ext}
$params | An associative array containing the input parameters for this function. The following parameters are available: |
GalaxyDatasets::display | ( | $params | ) |
Retreives a list of datasets associated with a given history.
Corresponds to the Galaxy Api method and path: GET /api/histories/{encoded_history_id}/contents/{encoded_content_id}/display history content (dataset).
$params | An associative array containing the input parameters for this function. The following parameters are available: |
GalaxyDatasets::index | ( | ) |
Retreives a list of all datasets.
Currently not supported by the Galaxy API
GalaxyDatasets::show | ( | $params | ) |
Retreives detailed content on a specific dataset.
Corresponds to the Galaxy Api function and path: GET /api/datasets/{encoded_dataset_id}
$params | An associative array containing the input parameters for this function. The following parameters are available: |