Changeset 232


Ignore:
Timestamp:
Feb 14, 2007, 1:00:32 PM (16 years ago)
Author:
mbayer
Message:

updated to reflect the changes prior to release (Affy support, additional jar file no longer required)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/uk/ac/scri/batchimporter/README.txt

    r226 r232  
    55It is assumed that all the data files are of the same data type and format -- the import will fail otherwise. It is also assumed that a suitable import configuration for the data exists already.
    66
     7In the case of non-Affy data, the raw data will be added to the RawBioAssay objects by physically importing it into the database. For Affy data, the cel file will be attached to the RawBioAssay objects but no actual data is imported into the database -- the raw data stays in the cel files. Affy data imports also assume that a new ArrayDesign needs to be created and this is done with the cdf file which needs to be included in the zip file with the data files. The Arraydesign object is then set on each RawBioAssay created.
     8
    79============================================================
    810
    911INSTALLATION
    10 
    11 - Place sbrn-commons.jar into the www/WEB-INF/lib directory of your BASE2 installation.
    1212
    1313- Place batchimporter.jar into the www/plugins directory of your BASE2 installation.
     
    2727USE
    2828
    29 1. Zip up into a single file the data files that make up your experiment.
     291. Zip up into a single file the data files that make up your experiment. If your data files are Affy format (cel files) the zip file also needs to include the cdf file for your chip.
    30302. Create a new Experiment in the BASE web client. Make sure it is of the same data type as the data in the files you want to import.
    31313. Open the detail view of the newly created experiment and click on the import tab.
Note: See TracChangeset for help on using the changeset viewer.