ensembl-hive  2.8.1
XrefMapper::Methods::ExonerateBasic Class Reference

Public Member Functions

public new ()
 
public mapper ()
 
public Scalar jobcount ()
 
public void run ()
 
public List options ()
 
public resubmit_exonerate ()
 
public The submit_exonerate ()
 
public The calculate_num_jobs ()
 
public get_class_name ()
 
public check_err ()
 
public query_identity_threshold ()
 
public target_identity_threshold ()
 

Detailed Description

Definition at line 5 of file ExonerateBasic.pm.

Member Function Documentation

◆ calculate_num_jobs()

public The XrefMapper::Methods::ExonerateBasic::calculate_num_jobs ( )
  Args       : Query file name
  Example    :
none
  Description: Calculate the number of LSF jobs to submit based on the size of the query file.
  Returntype : The number of jobs.
  Exceptions : none
  Caller     : general
 
Code:
click to view

◆ check_err()

public XrefMapper::Methods::ExonerateBasic::check_err ( )

Undocumented method

Code:
click to view

◆ get_class_name()

public XrefMapper::Methods::ExonerateBasic::get_class_name ( )

Undocumented method

Code:
click to view

◆ jobcount()

public Scalar XrefMapper::Methods::ExonerateBasic::jobcount ( )
 
  Arg [1]    : (optional) 
  Example    :
$mapper->jobcount(1004);
  Description: Getter / Setter for number of jobs submitted. 
  Returntype : scalar
  Exceptions : none
 
Code:
click to view

◆ mapper()

public XrefMapper::Methods::ExonerateBasic::mapper ( )

Undocumented method

Code:
click to view

◆ new()

public XrefMapper::Methods::ExonerateBasic::new ( )

Undocumented method

Code:
click to view

◆ options()

public List XrefMapper::Methods::ExonerateBasic::options ( )
  Args       : none
  Example    :
none
  Description: Options to pass to exonerate. Override as appropriate.
  Returntype : List of strings.
  Exceptions : none
  Caller     : general
 
Code:
click to view

◆ query_identity_threshold()

public XrefMapper::Methods::ExonerateBasic::query_identity_threshold ( )

Undocumented method

Code:
click to view

◆ resubmit_exonerate()

public XrefMapper::Methods::ExonerateBasic::resubmit_exonerate ( )
 
Code:
click to view

◆ run()

public void XrefMapper::Methods::ExonerateBasic::run ( )
  Arg[1]     : Query filename to pass to exonerate; this should be the XREF file.
  Arg[2]     : Target filename to pass to exonerate; this should be the ENSEMBL file.
  Example    :
none
  Description: Run exonerate with default options.
  Returntype : none
  Exceptions : none
  Caller     : general
 
Code:
click to view

◆ submit_exonerate()

public The XrefMapper::Methods::ExonerateBasic::submit_exonerate ( )
  Args       : none
  Example    :
none
  Description: Submit a *single* mapping job array to exonerate.
  Returntype : The name of the job array submitted to LSF. Can be used in depend job.
  Exceptions : none
  Caller     : general
 
Code:
click to view

◆ target_identity_threshold()

public XrefMapper::Methods::ExonerateBasic::target_identity_threshold ( )

Undocumented method

Code:
click to view

The documentation for this class was generated from the following file:
XrefMapper::Methods::ExonerateBasic::mapper
public mapper()
XrefMapper::Methods::ExonerateBasic::check_err
public check_err()
XrefMapper::Methods::ExonerateBasic::target_identity_threshold
public target_identity_threshold()
XrefMapper::Methods::ExonerateBasic::get_class_name
public get_class_name()
XrefMapper::Methods::ExonerateBasic::jobcount
public Scalar jobcount()
XrefMapper::Methods::ExonerateBasic::run
public void run()
XrefMapper::Methods::ExonerateBasic::calculate_num_jobs
public The calculate_num_jobs()
XrefMapper::Methods::ExonerateBasic::submit_exonerate
public The submit_exonerate()
XrefMapper::Methods::ExonerateBasic::resubmit_exonerate
public resubmit_exonerate()
XrefMapper::Methods::ExonerateBasic::query_identity_threshold
public query_identity_threshold()
XrefMapper::Methods::ExonerateBasic::options
public List options()