source: trunk/uk/ac/ebi/Tab2MageExporter/README.txt @ 400

Last change on this file since 400 was 400, checked in by dominic, 16 years ago

tab2mage exporter readme annd release note for the wiki page

  • Property svn:eol-style set to native
File size: 7.1 KB
Line 
1Release Note: Tab2Mage Export Current Implementation
2==============================================
3General Information
4----------------------------------------------------------------------------------------
5The Tab2Mage export  plugin exports an experiment meta - data and annotations in tab2mage specification from BASE. The tab2mage specification is provided by the microarray  informatics team at the EBI, Cambridge. The exported experiments along with the raw data and image files can later be exported by the corresponding tab2mage import plugin. (link).
6
7The entry point for this plugin in base is the detail view page of an experiment. Hence, the user needs to create an experiment and all the annotations and parameters first. select and click on an experiment and on the edit page, click on the export tab and follow subsequent instructions.
8
9
10Installation
11-----------------
12
13  - Place Tab2MageExporter.jar into the $BASE2_HOME/www/plugins/ directory on your BASE2 server.
14  - Place ebi-plugins-utils.jar in your base installation class path : $BASE2_HOME/web-inf/lib
15  - Install as new plugins uk.ac.ebi.nugo.plugins.Tab2MageExporter contained in $BASE_HOME/www/plugins/Tab2MageExporter.jar.
16 
17  1. In the BASE web client, go to Administrate -> Plugins -> Definitions.
18  2. Click New.
19  3. In the dialog that opens,
20    for class enter " uk.ac.ebi.nugo.plugins.Tab2MageExporter".
21     for path enter the path to the plugin jar file, i.e. <BASE_HOME>/www/plugins/ Tab2MageExporter.jar
22  4. Click Save.
23  The new plugins appears under the name "Tab2Mage Exporter"  in the plugins list and is now ready for use.
24 
25   For other users to use the plugin as detailed in the next section, please share it to the appropriate users by manually setting the permissions on the item.
26
27 
28  General Installation instruction is available at: http://base.thep.lu.se/chrome/site/doc/html/admindoc/plugin_installation/plugins.installation.html#plugins.installation
29==========================================================================================
30Use
31-------
32Important Notice/ Warning:
33-----------------------------------
34  To use the tab2mage export plugin, you do not need to configure the plugin as it requires no configuration.
35
36  The exported tab2mage file would be located on the base2 file system (in the location you have specified). This file can thereafter be downloaded to your desktop       environment.  After the download, please create an archive including the tab2mage export file and the associated raw data files, for onward submission to a repository like     Array Express.
37
38  It is advisable to verify that your experiment has all the required annotations and that it is Miame Complaint before running the exporter.  To do this go to the Experiment      detail view page and click on the overview tab.
39
40  The Tab2Mage export fails with a message, if:
41    - No bioassay is assigned to an experiment
42    - If the logged in user do not own the experiment or has no read permission on the experiment.
43    - If experimental factors have not been specified for an experiment.
44    - Also, note that if experimental factors (annotation type) for an experiment have been specified, and the annotation types are shared to Project. Do set the         Project active before exporting in Tab2mage otherwise export fails.
45    -Finally, if an array slide or array design has not been provided for Hybridization.
46
47  Besides, using the experiment overview functionality would help to prevent most of these failure points.
48
49
501. In the BASE web client, go to View -> Experiment
512. Go to the experiment detail view page.
523. Verify your experiment with the BASE experiment overview functionality as mentioned above
534. Click on the export tab and on the export GUI thats appears, the experiment has been configured as indicated by the black x.
545. The overwrite field has also been configured and set to false by default. Do change this to true if you want to overwrite an exisiting file.
556. Set the file path where the export file and it's name: (e.g. tab2mage.txt) should be saved on the base2 file system using the browse button for the Save As field. This is a mandatory field.
567.  Specify the date you would like the experiment to be made public or released by a public respository e.g. Array Express. and click Next
578. On the next screen click Finish and wait for the job to complete. You will be shown the progress of the Tab2mage export in the dialog, with the page refreshing itself regularly.
58
59==================================================================================================
60Dependencies:
61--------------------
62
63ebi-plugin.utils.jar - this should be in the base intstallation class path.
64
65
66====================================================================================================
67Tab2Mage Sections
68----------------------------
69Experiment Section
70-----------------------------
71- Provides information about an experiment.
72- The user must specify the release date for the experiment when initiating the tab2mage export.
73
74Protocol Section
75------------------------
76- This section displays all the protocols used within an experiment. The associated parameters are also displayed if any
77- Protocol parameters are delimited with a semi colon.
78
79Hybridization Section
80-------------------------------
81Hybridization - Protocol Section
82---------------------------------------------
83- If  protocol has not been utilized in the experiment then
84- no protocol id is displayed in the hybridization section.
85
86Hybridization - BiomaterialXteristics
87-------------------------------------------------
88- These are all the xteristics and annotations of a biosource, excluding annotations of deleted annotation types or characteristics.
89- if a biosource exist i.e. has been used in an experiment , there might be biomaterial xteristics.
90- if no biosource is used, then there would be no biomaterial xteristics in the export.
91
92Hybridization - Experimental Factors
93--------------------------------------------------
94- if experimental factors  have been declared for an experiment but has a null value (i.e. it’s value has not been specified).
95-  the default value for the experimental factor would be displayed, if it has been specified during the creation of  the linked annotation type.
96
97==================================================================================
98 
99What is not supported
100----------------------------------
101- Inherited annotations are not exported or supported for Protocol parameters in this current version.
102
103- Material Characteristics - not available in the current base2 release and therefore cannot be exported. This requires MGED entries. Ontologies and control vocabularies would be distributed with base2 in the nearest future and can then be supported.
104 
105- Pooling of biomaterials - Pooled sample, extract, and labeled extract are not exported with the current Tab2mage release, and would be supported in another release.
106
107- Experiment Quality control - is not supported in base2, hence this will be missing in the tab2mage export at the experiment section
108
109- Experiment publication’s pages, issues and volume are not supported.
110
111
112
113/**
114*This is a release note created for the tab2mage export developed at the EBI for Base2 and NutriBase.
115/*
Note: See TracBrowser for help on using the repository browser.