ensembl-hive  2.8.1
XrefMapper::db Class Reference

Public Member Functions

public new ()
 
public species ()
 
public dbc ()
 
public dba ()
 
public String dir ()
 
public String protein_file ()
 
public String dna_file ()
 
public process_dir ()
 

Detailed Description

Definition at line 5 of file db.pm.

Member Function Documentation

◆ dba()

public XrefMapper::db::dba ( )

Undocumented method

Code:
click to view

◆ dbc()

public XrefMapper::db::dbc ( )

Undocumented method

Code:
click to view

◆ dir()

public String XrefMapper::db::dir ( )
                                                                                
  Arg [1]    : (optional) string $arg
               The new value of the dir used 
  Example    :

@co
de $dir = $db->dir()

  Description: Getter/Setter for the directory used in the creation of fasta file
  Returntype : string
  Exceptions : none
  Caller     : new
 
Code:
click to view

◆ dna_file()

public String XrefMapper::db::dna_file ( )
 
  Arg [1]    : (optional) string $arg
               the fasta file name for the ensembl dna 
  Example    :
$file_name = $self->ensembl_dna_file();
  Description: Getter / Setter for the protien ensembl fasta file 
  Returntype : string
  Exceptions : none
 
Code:
click to view

◆ new()

public XrefMapper::db::new ( )

Undocumented method

Code:
click to view

◆ process_dir()

public XrefMapper::db::process_dir ( )

Undocumented method

Code:
click to view

◆ protein_file()

public String XrefMapper::db::protein_file ( )
 
  Arg [1]    : (optional) string $arg
               the fasta file name for the ensembl proteins 
  Example    :
$file_name = $self->ensembl_protein_file();
  Description: Getter / Setter for the protien ensembl fasta file 
  Returntype : string
  Exceptions : none
 
Code:
click to view

◆ species()

public XrefMapper::db::species ( )

Undocumented method

Code:
click to view

The documentation for this class was generated from the following file:
XrefMapper::db::dna_file
public String dna_file()
Bio::EnsEMBL::DBSQL::DBAdaptor
Definition: DBAdaptor.pm:40
XrefMapper::db::dbc
public dbc()
XrefMapper::db::protein_file
public String protein_file()
XrefMapper::db::species
public species()
Bio::EnsEMBL::DBSQL::DBConnection
Definition: DBConnection.pm:42
Bio::EnsEMBL::DBSQL::DBAdaptor::new
public Bio::EnsEMBL::DBSQL::DBAdaptor new()
XrefMapper::db::process_dir
public process_dir()
XrefMapper::db::dba
public dba()
XrefMapper::db::dir
public String dir()