[666] | 1 | == Requirements == |
---|
| 2 | |
---|
[2211] | 3 | 1. BASE 3.3 or later. |
---|
[666] | 4 | |
---|
| 5 | == Introduction == |
---|
| 6 | |
---|
| 7 | This package is an extension package to BASE that installs an action that |
---|
| 8 | opens TIGR MultiExperiment Viewer (MEV) as a Java webstart application and |
---|
| 9 | automatically imports data from the currently selected bioassay set. This |
---|
[2211] | 10 | extension uses the standard MEV 4.9.0 distribution (windows version) that |
---|
[1703] | 11 | has been Java Webstart enabled. For more information: |
---|
[666] | 12 | |
---|
| 13 | * The homepage for this extension: |
---|
| 14 | http://baseplugins.thep.lu.se/wiki/net.sf.basedb.mev |
---|
| 15 | * The official MEV homepage: http://www.tm4.org/mev.html |
---|
| 16 | |
---|
| 17 | == Installation == |
---|
| 18 | |
---|
[690] | 19 | 1. Download the mev-launcher-*.tar.gz file. |
---|
[666] | 20 | 2. Unpack the downloaded file to a directory of your choice. |
---|
[1383] | 21 | 3. Copy the mev-launcher.jar file to your BASE plug-ins directory. Look in |
---|
[1395] | 22 | your 'base.config' file if you don't know where this is. |
---|
[1442] | 23 | 4. Go to 'Administrate->Plug-ins & Extensions->Overview' page. |
---|
[1383] | 24 | 5. Run the installation wizard and select to install 'mev-launcher.jar'. |
---|
[1159] | 25 | 6. Run the 'MeV package installer' plug-in. Find this plug-in on the |
---|
| 26 | 'Administrate -> Plugins -> Definitions' page, click on it, and then |
---|
| 27 | on the 'Run plugin' button. Complete the installation wizard. This will |
---|
| 28 | install required items, eg. data file types, that are required by MeV. |
---|
| 29 | 7. The 'MeV CGH exporter' plug-in requires that an admin configures the |
---|
| 30 | reporter annotations that corresponds to the CGH file columns. Go to the |
---|
[1082] | 31 | 'Administrate -> Plugins -> Definitions' page and click on the |
---|
[1099] | 32 | 'MeV CGH exporter' plug-in. Click on 'New configuration...' and |
---|
[1082] | 33 | enter a name and optionally a description. Then, click on 'Save and |
---|
| 34 | configure' and select the corresponding reporter annotation columns |
---|
| 35 | for the four CGH file columns (chromosome, start, end and description). |
---|
[1159] | 36 | Finish the configuration. |
---|
[1395] | 37 | 8. The TDMS and CGH exporter plug-ins are shared to everyone by default. If |
---|
| 38 | that isn't desired, you may want to change this at this stage. |
---|
[1182] | 39 | 9. Done. |
---|
[1068] | 40 | |
---|
| 41 | The MeV Launcher appears as an action in the "Tools" column when |
---|
| 42 | viewing bioassay sets of an experiment. Some (per-user) options can be |
---|
| 43 | specified by opening the 'Extensions -> MeV Launcher options' menu. |
---|
[666] | 44 | |
---|
[1068] | 45 | The MeV export plug-ins appears in the 'Export' dialog when viewing |
---|
| 46 | bioassay sets of an experiment. |
---|
| 47 | |
---|
[666] | 48 | == Known issues == |
---|
| 49 | |
---|
[2211] | 50 | MeV modules that use R will not work. |
---|
[666] | 51 | |
---|
| 52 | == Compiling == |
---|
| 53 | |
---|
| 54 | To compile this package you also need: |
---|
| 55 | |
---|
[1442] | 56 | 1. Ant 1.8 |
---|
[2211] | 57 | 2. Java 1.7 |
---|
[666] | 58 | |
---|
| 59 | Follow these instructions: |
---|
| 60 | |
---|
| 61 | 1. Download the source code from the subversion repository. See |
---|
| 62 | http://baseplugins.thep.lu.se/wiki/net.sf.basedb.mev for instructions. |
---|
| 63 | |
---|
[1191] | 64 | 2. Type `ant download-lib` to automatically download the BASE core JAR files that |
---|
[690] | 65 | are neeed for compilation. You can also do this manually by copying the |
---|
[2211] | 66 | base-core-3.3.0.jar, base-webclient-3.3.0.jar, base-coreplugins-3.3.0.jar and |
---|
| 67 | base-webservices-client-3.3.0.jar from the BASE installation directory |
---|
[1395] | 68 | (<basedir>/www/WEB-INF/lib/) to the ./lib/compile directory. |
---|
[666] | 69 | |
---|
| 70 | 3. Type 'ant' to compile the code and generate the 'mev-launcher.jar' file |
---|
| 71 | in the project directory. |
---|
| 72 | |
---|
| 73 | 4. Use 'ant package' to create a downloadable tar.gz package. |
---|
[690] | 74 | |
---|
| 75 | Tip: If you need different values for any of the properties defined in |
---|
| 76 | the 'build.xml' file, create a file named 'build.properties' and set |
---|
| 77 | the values there. |
---|
[976] | 78 | |
---|
| 79 | Note! If upgrading MeV to a new version, the new JAR files needs to |
---|
| 80 | be signed. See `./jarsign/readme.txt` for more information. |
---|
| 81 | |
---|
| 82 | |
---|
| 83 | == Contributions == |
---|
| 84 | |
---|
| 85 | * David Waring, for helping out with MeV 4.3 integration. |
---|