1 | <?xml version="1.0" encoding="UTF-8" ?> |
---|
2 | <extensions xmlns="http://base.thep.lu.se/extensions.xsd"> |
---|
3 | <about> |
---|
4 | <name>MEV Launcher package</name> |
---|
5 | <description> |
---|
6 | This package adds the possibility to launch the MEV |
---|
7 | application with Java web start and automatically have |
---|
8 | it import data from the current bioassay set. |
---|
9 | </description> |
---|
10 | <version>1.1</version> |
---|
11 | <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.mev</url> |
---|
12 | </about> |
---|
13 | <extension |
---|
14 | id="net.sf.basedb.mev.launchmev" |
---|
15 | extends="net.sf.basedb.clients.web.bioassayset.list.tools" |
---|
16 | > |
---|
17 | <index>1</index> |
---|
18 | <about> |
---|
19 | <name>MeV Launcher</name> |
---|
20 | <description> |
---|
21 | Adds an action to the "Tools" column that starts MeV using Java |
---|
22 | web start and automatically loads data from the current bioassay |
---|
23 | set. The bioassay set must have a MeV TDMS file attached to it. |
---|
24 | </description> |
---|
25 | </about> |
---|
26 | <action-factory> |
---|
27 | <factory-class> |
---|
28 | net.sf.basedb.mev.factory.MevButtonFactory |
---|
29 | </factory-class> |
---|
30 | <parameters> |
---|
31 | <requireMevFile>true</requireMevFile> |
---|
32 | <title>Start MeV</title> |
---|
33 | <tooltip>Launch MeV with data from this bioassay set</tooltip> |
---|
34 | <onClick>MeV.launch($ID$)</onClick> |
---|
35 | <icon>~/images/tm4_launch.png</icon> |
---|
36 | <script>~/scripts/mev.jsp</script> |
---|
37 | </parameters> |
---|
38 | </action-factory> |
---|
39 | </extension> |
---|
40 | <extension |
---|
41 | id="net.sf.basedb.mev.launchexport" |
---|
42 | extends="net.sf.basedb.clients.web.bioassayset.list.tools" |
---|
43 | > |
---|
44 | <index>2</index> |
---|
45 | <about> |
---|
46 | <name>MeV TDMS Export</name> |
---|
47 | <description> |
---|
48 | Adds an action to the "Tools" column that exports data to a |
---|
49 | MeV TDMS file. |
---|
50 | </description> |
---|
51 | </about> |
---|
52 | <action-factory> |
---|
53 | <factory-class> |
---|
54 | net.sf.basedb.mev.factory.MevButtonFactory |
---|
55 | </factory-class> |
---|
56 | <parameters> |
---|
57 | <requireMevFile>false</requireMevFile> |
---|
58 | <requireSpotData>true</requireSpotData> |
---|
59 | <requireWritePermission>true</requireWritePermission> |
---|
60 | <title>Generate MeV TDMS file</title> |
---|
61 | <tooltip>Create a MeV TDMS file from the data in this bioassay set</tooltip> |
---|
62 | <onClick>MeV.createTDMS($ID$)</onClick> |
---|
63 | <icon>~/images/tm4_export.png</icon> |
---|
64 | <script>~/scripts/mev.jsp</script> |
---|
65 | </parameters> |
---|
66 | </action-factory> |
---|
67 | </extension> |
---|
68 | <extension |
---|
69 | id="net.sf.basedb.mev.options" |
---|
70 | extends="net.sf.basedb.clients.web.menu.extensions" |
---|
71 | > |
---|
72 | <index>1</index> |
---|
73 | <about> |
---|
74 | <name>MeV Launcher options</name> |
---|
75 | <description> |
---|
76 | Opens a dialog where a user can specify options for the MeV Launcher |
---|
77 | </description> |
---|
78 | </about> |
---|
79 | <action-factory> |
---|
80 | <factory-class> |
---|
81 | net.sf.basedb.clients.web.extensions.menu.FixedMenuItemFactory |
---|
82 | </factory-class> |
---|
83 | <parameters> |
---|
84 | <title>MeV Launcher options&hellip;</title> |
---|
85 | <tooltip>Specify options for the MeV Launcher</tooltip> |
---|
86 | <onClick>Main.openPopup('$HOME$/options.jsp?ID='+getSessionId(), 'MeVLauncherOptions', 500, 400)</onClick> |
---|
87 | <icon>~/images/tm4.png</icon> |
---|
88 | </parameters> |
---|
89 | </action-factory> |
---|
90 | </extension> |
---|
91 | </extensions> |
---|