source: branches/2.7-stable/bin/onetimefix.bat @ 4361

Last change on this file since 4361 was 4361, checked in by Nicklas Nordborg, 15 years ago

References #1077: Lowess normalization broken

Added script for finding and tagging experiments/bioassay sets that are affected by
this bug. Need to document this in the installation/update documentation. Basically it works like this:

cd <base_dir>/bin
./onetimefix.sh lowess_warn -u root -p root_password -f

This will find and display all experiments/bioassay sets that have used the LOWESS plug-in. The -f flag causes those experiements/bioassay sets to be tagged with FIX LOWESS.

File size: 1.1 KB
Line 
1@echo off
2REM $Id: run.bat,v 1.6 2004/10/27 15:39:47 nicklas Exp $
3REM
4REM Copyright (C) 2006 Nicklas Nordborg
5REM
6REM This file is part of BASE - BioArray Software Environment.
7REM Available at http://base.thep.lu.se/
8REM
9REM BASE is free software; you can redistribute it and/or modify it
10REM under the terms of the GNU General Public License as published by
11REM the Free Software Foundation; either version 2 of the License, or
12REM (at your option) any later version.
13REM
14REM BASE is distributed in the hope that it will be useful, but
15REM WITHOUT ANY WARRANTY; without even the implied warranty of
16REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17REM General Public License for more details.
18REM
19REM You should have received a copy of the GNU General Public License
20REM along with this program; if not, write to the Free Software
21REM Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
22REM 02111-1307, USA.
23REM ----------------------------------------
24
25REM Set classpath
26call set_classpath.bat
27
28REM Execute OneTimeFix class
29java -server -cp %CP% net.sf.basedb.install.OneTimeFix %1 %2 %3 %4 %5 %6 %7 %8 %9
Note: See TracBrowser for help on using the repository browser.