Changeset 534

Show
Ignore:
Timestamp:
07/03/11 21:21:14 (11 months ago)
Author:
AlexanderPico
Message:

changed default for STD to "no"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dbbuilder/src/org/bridgedb/extract/Ensembl_ETL_Device_v18_local.pl

    r533 r534  
    15101510## BACKUP and COPY STD TABLES? 
    15111511if ( $mysql_std_load  =~ /(Y|Yes)/i){ 
    1512 my $bkup_std_default = 'Yes';      # default answer 
     1512my $bkup_std_default = 'No';      # default answer 
    15131513 
    15141514print "\n\n\tWould you like to backup and copy the Std tables? ($bkup_std_default) --> ";