[BioRuby-cvs] bioruby/lib/bio/io/biosql/config database.yml, NONE, 1.1.2.1

Raoul Jean Pierre Bonnal helios at dev.open-bio.org
Tue Mar 25 15:47:05 UTC 2008


Update of /home/repository/bioruby/bioruby/lib/bio/io/biosql/config
In directory dev.open-bio.org:/tmp/cvs-serv13290/lib/bio/io/biosql/config

Added Files:
      Tag: BRANCH-biohackathon2008
	database.yml 
Log Message:
BioSQL release "MIFI". biosql->biosequence, biosequence->biosql. Supported formats: Embl, Genbank; support sql stransactions creating new sequences on biosql; does not support references and comments for genbank and embl. Fasta->biosequence->biosql dosn't work.

--- NEW FILE: database.yml ---
#This is the database configuration specific for BioSQL
#User can configure it's db here

development:
  adapter: postgresql
  database: biorails_development
  username: rails
  password: 

test:
  adapter: postgresql
  database: biorails_test
  username: rails
  password: 
  
production:
  adapter: postgresql
  database: biorails_production
  username: rails
  password: 



More information about the bioruby-cvs mailing list