Changeset 401
- Timestamp:
- Aug 16, 2007, 11:12:07 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/uk/ac/ebi/AffyArrayDesignBatchImporter/README.txt
r358 r401 1 Release Note of Affymetrix Array Design Batch Importer 2 ============================================================ 3 General Information: 4 --------------------- 5 6 This plugin imports array designs for affymetrix - single channel- array design only. The entry point for this plugin in base 2 is the Array Design list page. Array LIMS->Array Designs. The array designs must be provided in a zip archive. The plugins will do the unpacking, creates the array designs using the array design file name and also attach the cdf, clf or bpmap file to the newly created array design. If an array design already exists, the plug-in skips the cdf, bpmap or clf file. Please note that only a user with an administrator role may execute this plugin. 7 8 ======================================================================================================== 9 10 To Install the plugin: 11 ---------------------- 12 - Place AffyArrayDesignBatchImporter.jar into the $BASE2_HOME/www/plugins/ directory on your BASE2 server. 13 - Place ebi-plugins-utils.jar in your base installation class path : $BASE2_HOME/web-inf/lib 14 - Install as new plugins uk.ac.ebi.nugo.plugins.AffyArrayDesignBatchImporter.jar contained in $BASE_HOME/www/plugins/AffyArrayDesignBatchImporter.jar . 15 16 1. In the BASE web client, go to Administrate->Plugins->Definition 17 2. Click New to define the plugin. 18 3. Set the class and path parameters, in the dialog that opens 19 Class: uk.ac.ebi.nugo.plugins.AffyArrayDesignBatchImporter.jar 20 Path: enter the path to the plugin jar file, i.e. <BASE_HOME>/www/plugins/AffyArrayDesignBatchImporter.jar 21 4. Click Save 22 23 The new plugins appears under the name "Affymetrix Array Design Batch Importer" in the plugins list and is now ready for use. 24 25 For other base users to use the plugin as detailed in the next section, please share them to the appropriate users by manually setting the permissions on the item. 26 27 General Installation instruction is available at: 28 http://base.thep.lu.se/chrome/site/doc/html/admindoc/plugin_installation/plugins.installation.html#plugins.installation 29 30 =============================================================================================== 31 To use the plugin: 32 -------------------- 33 - Support only files in cdf, clf or bpmap format for affymetrix platform only. 34 - Upload the zip file into base2 without unpacking. The plugins will do the unpacking for you. 35 - If an array design already exists, the plug-in skips the cdf, bpmap or clf file. 36 - Please note that only a user with an administrator role may execute this plugin. 37 38 1. Go to Array Design, on the list page, Select the import tab. 39 2. On the screen that appears, select the AffyArrayDesignBatchImporter form the drop down list, leave the file format as auto-detect and clicl Next 40 3. Select the zip file containing the array designs to import using the browse button. Click Next 41 4. On the next screen, click Next as the file configuration has been done for you. 42 5. On the next screen click Finish and wait for the job to complete. You will be shown the progress of the import in the dialog, with the page refreshing itself regularly. 43 44 Presto!! The plugin then unzips the files , create all the array design and also attach the cdf, clf or bpmap file to the newly created array design. Do refresh the Array Design page to see the newly created array designs. 45 46 ====================================================================================================
Note: See TracChangeset
for help on using the changeset viewer.