blend4php
v0.1
A PHP API for interacting with Galaxy
|
Public Member Functions | |
__construct (GalaxyInstance $galaxy) | |
index () | |
show ($genome_id) | |
GalaxyGenomes::__construct | ( | GalaxyInstance | $galaxy | ) |
The Genomes constructor.
GalaxyInstance | $galaxy | A GalaxyInstance object. |
GalaxyGenomes::index | ( | ) |
Returns a list of installed genomes.
Corresponds to the Galaxy api function/path: GET /api/genomes
GalaxyGenomes::show | ( | $genome_id | ) |
Returns detailed information about a specific Galaxy genome.
Corresponds to the Galaxy api function/path: GET /api/genomes/{encodedGenomeid}
$genome_id | The id of the genome to examine. To obtained genome id's please use this class's index() funciton. |