![]() |
blend4php
v0.1
A PHP API for interacting with Galaxy
|
Public Member Functions | |
| __construct (GalaxyInstance $galaxy) | |
| sniffers () | |
| converters () | |
| edamFormats () | |
| mapping () | |
| index () | |
| GalaxyDatatypes::__construct | ( | GalaxyInstance | $galaxy | ) |
The DataTypes constructor.
| GalaxyInstance | $galaxy | A GalaxyInstance object. |
| GalaxyDatatypes::converters | ( | ) |
Retreive a list of all datatype converters.
Corresponds to the Galaxy API/Path: GET /api/datatypes/converters
| GalaxyDatatypes::edamFormats | ( | ) |
Retreive a list of all datatypes in the edam format.
Corresponds to the Galaxy API/Path: GET /api/datatypes/edam_formats
| GalaxyDatatypes::index | ( | ) |
Retreive a list of all datatypes
Corresponds to the Galaxy API/Path: GET /api/datatypes/
| GalaxyDatatypes::mapping | ( | ) |
Retreive a list of all datatypes in mapping.
Corresponds to the Galaxy API/Path: GET /api/datatypes/mapping.
| GalaxyDatatypes::sniffers | ( | ) |
Retreive a list of all datatype sniffers.
Corresponds to the Galaxy API/Path: GET /api/datatypes/sniffers