Changeset 1477
- Timestamp:
- Nov 29, 2011, 2:27:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/no.uib.ii.magetab/tags/0.9/readme.txt
r1475 r1477 1 MageTab Exporter Plug in1 MageTab Exporter Plug-in 2 2 --------------------------- 3 3 4 From BASE2 experiment the plug in exports the experimental metadata in MageTab format4 From BASE2 experiment the plug-in exports the experimental metadata in MageTab format 5 5 6 6 7 7 I Description 8 8 ---------------- 9 Executed on an experiment in BASE2, the plug in generates an SDRF and IDF files9 Executed on an experiment in BASE2, the plug-in generates an SDRF and IDF files 10 10 (see MageTab specification at http://www.mged.org/mage-tab/) with experiment's metadata, 11 11 and an archive containing raw data files. … … 14 14 II Requirements 15 15 ---------------- 16 The plug in was developed and tested with BASE 2.16.1. BASE 2.17.x versions should also be fine.17 If you are able to use the plug in with earlier versions of BASE, please let the developer know.16 The plug-in was developed and tested with BASE 2.16.1. BASE 2.17.x versions should also be fine. 17 If you are able to use the plug-in with earlier versions of BASE, please let the developer know. 18 18 19 19 … … 23 23 (2) Log in to BASE as a root, browse to Administrate -> Plugins -> Definitions, and click New. 24 24 (3) In the dialog that opens, enter "no.uib.cbu.base.magetabexport.MageTabExporterPlugin" for class, 25 and path to the plug in jar file (e.g. <BASE_HOME>/plugins/MageTabExporter-x.x.jar) for path.26 (4) In the job agents tab, add job agents that will be able to execute the plug in (if any).25 and path to the plug-in jar file (e.g. <BASE_HOME>/plugins/MageTabExporter-x.x.jar) for path. 26 (4) In the job agents tab, add job agents that will be able to execute the plug-in (if any). 27 27 (5) Click Save 28 28 29 The new plug in appears under the name "MageTab exporter" in the plugins list, and is now ready for use.29 The new plug-in appears under the name "MageTab exporter" in the plug-ins list, and is now ready for use. 30 30 31 31 … … 33 33 ---------------- 34 34 35 The plug in can be launched from the details page of an experiment. Please make sure that the experiment that is35 The plug-in can be launched from the details page of an experiment. Please make sure that the experiment that is 36 36 to be exported is properly created (documented). Use the experiment overview/validation in BASE. 37 37 38 The plug in supports pooled samples, extracts and labeled extracts, but currently the maximum level of38 The plug-in supports pooled samples, extracts and labeled extracts, but currently the maximum level of 39 39 nesting of items of one type is 2. This means that pool of samples (and extracts/labeled extracts) is 40 40 supported, but pool of pooled samples (or extracts/labeled extracts) is not. 41 41 42 The MageTab exporter plug in has following parameters:42 The MageTab exporter plug-in has following parameters: 43 43 - Experiment 44 the experiment to export, set by default to the one that was open when launching the plug in44 the experiment to export, set by default to the one that was open when launching the plug-in 45 45 - Save as 46 46 a path and prefix for the files that are created, e.g. using /home/me/prefix will result 47 in two files being created during the plug in execution: /home/me/prefix_idf.txt and /home/me/prefix_sdrf.txt47 in two files being created during the plug-in execution: /home/me/prefix_idf.txt and /home/me/prefix_sdrf.txt 48 48 - Save raw data archive as 49 49 name of the zip archive with raw data … … 56 56 if the content in tab-delimited IDF and SDRF files should be quoted with double quotes 57 57 - Handle missing content by 58 in certain experimental setups missing/empty content is allowed for biosources and/or samples. The plug in58 in certain experimental setups missing/empty content is allowed for biosources and/or samples. The plug-in 59 59 can ignore these missing content and fill empty values with a replacement text (see next parameter). 60 If you don't expect missing items in your experiment and set the parameter to Error, the plug in will fail60 If you don't expect missing items in your experiment and set the parameter to Error, the plug-in will fail 61 61 with an error message if missing/empty item is found 62 62 - Replace missing content with … … 70 70 type of annotations holding MGED ontology Material Type terms (see (3) in section V to learn more) 71 71 72 The MageTab exporter plug in supports configuration, so site's default/preferred settings of many parameters can be stored72 The MageTab exporter plug-in supports configuration, so site's default/preferred settings of many parameters can be stored 73 73 and reused to ease the execution. 74 74 … … 77 77 ---------------- 78 78 79 To get most of the plug in capabilities you could:80 (1) make sure that the format of the author and affiliation fields is parsable by the plug in.79 To get most of the plug-in capabilities you could: 80 (1) make sure that the format of the author and affiliation fields is parsable by the plug-in. 81 81 This will allow to split individual authors and automatically map them to institutions they are 82 82 affiliated with. Format the fields in the following way: … … 91 91 - line number is the institution mark, e.g institution in line 3 will be mapped to authors with 92 92 affiliation mark 3. 93 - if you put a number in front of the institution name it will help you check if the plug in did93 - if you put a number in front of the institution name it will help you check if the plug-in did 94 94 a good job mapping authors with affiliations 95 95 Example: "1 Institute Without a Name, Somestreet 100, 5044 Sometown, Somewhere … … 103 103 should be enabled for array designs and protocols, and used to set accession ids on the items that 104 104 had been previously exported to ArrayExpress. If you export an experiment using a design or protocol(s) 105 with such an annotation, the plug in will pick up identifiers from the annotations, and use them in105 with such an annotation, the plug-in will pick up identifiers from the annotations, and use them in 106 106 the exported SDRF file (Array Ref and Protocol Ref columns). Just remember to set the correct annotation 107 type when you configure the plug in ("ArrayExpress accession AnnotationType" parameter).107 type when you configure the plug-in ("ArrayExpress accession AnnotationType" parameter). 108 108 109 109 (3) create an annotation type representing an MGED Ontology term: Material Type. The annotation type 110 110 should be enabled for biosources, samples, extracts and labeled extracts. If you then annotate your 111 biomaterials using this annotation type, and select it in the plug in configuration parameter112 ("Material Type AnnotationType"), the plug in will use the annotations in the exported SDRF file111 biomaterials using this annotation type, and select it in the plug-in configuration parameter 112 ("Material Type AnnotationType"), the plug-in will use the annotations in the exported SDRF file 113 113 (Material Type column). 114 114 115 (4) store some of the settings in a plug in configuration. The annotation types are the best candidates. Also115 (4) store some of the settings in a plug-in configuration. The annotation types are the best candidates. Also 116 116 raw data file types could be predefined in platform specific configurations. 117 117
Note: See TracChangeset
for help on using the changeset viewer.