Difference between revisions of "Orthomcl.config"

From IBERS Bioinformatics and HPC Wiki
Jump to: navigation, search
(Created page with "==Orthomcl.config== This is an example of an "orthomcl.config" file that ran in mysql. # this config assumes a mysql database named 'orthomcl'. adjust according # to yo...")
 
(Orthomcl.config)
Line 8: Line 8:
 
   dbConnectString=dbi:mysql:orthomcldb:orthomcldb.ibers.aber.ac.uk:mysql_local_infile=1
 
   dbConnectString=dbi:mysql:orthomcldb:orthomcldb.ibers.aber.ac.uk:mysql_local_infile=1
 
   dbLogin=database_user
 
   dbLogin=database_user
   dbPassword=(password_here)
+
   dbPassword=password
 
   similarSequencesTable=SimilarSequences
 
   similarSequencesTable=SimilarSequences
 
   orthologTable=Ortholog
 
   orthologTable=Ortholog

Revision as of 17:20, 3 October 2016

Orthomcl.config

This is an example of an "orthomcl.config" file that ran in mysql.

 # this config assumes a mysql database named 'orthomcl'.  adjust according
 # to your situation.
 dbVendor=mysql 
 dbConnectString=dbi:mysql:orthomcldb:orthomcldb.ibers.aber.ac.uk:mysql_local_infile=1
 dbLogin=database_user
 dbPassword=password
 similarSequencesTable=SimilarSequences
 orthologTable=Ortholog
 inParalogTable=InParalog
 coOrthologTable=CoOrtholog
 interTaxonMatchView=InterTaxonMatch
 percentMatchCutoff=50
 evalueExponentCutoff=-5
 oracleIndexTblSpc=NONE