EnsEMBL::Web::Object::Blast

Location: /modules/EnsEMBL/Web/Object/Blast.pm
Source code · Permalink
No superclasses
No subclasses

Overview

Proxiable Object which wraps around the BLAST back end, analogous to Object::Gene etc which are wrappers around the Ensembl API

Method

Unknown

  • _retrieve_alignments
  • adaptor
  • caption
  • counts
  • fetch_coord_systems
  • retrieve_data
  • retrieve_hit
  • retrieve_hsp
  • retrieve_runnable
  • short_caption
  • sort_table_values
Documentation coverage: 39 %

Methods

    _process_method
    Helper method used by submit_query to set up a search method on the EnsemblSearchMulti object
    TODO will probably need pruning to remove obsolete interface-related code

    View source

    _process_query
    Helper method used by submit_query to turn CGI parameters into a search sequence attached to the EnsemblSearchMulti object
    View source

    get_status
    Takes an array of ticket IDs and returns a hashref containing statuses for each ticket and an overall status for the batch (completed or not completed)
    View source

    new_hsp_image
    -------------------------------- PRIVATE METHODS ------------------------------------------
    View source

    retrieve_ticket
    Retrieves a search result for a given ticket ID and returns a search object
    View source

    run_jobs
    Run any pending jobs
    View source

    submit_query
    Submits a query to the blast server and returns a ticket ID to enable retrieval
    View source