Last change
on this file since 1102 was
1102,
checked in by Nicklas Nordborg, 14 years ago
|
Fixes #221: Configure GenePattern? server
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Date Id
|
File size:
1.3 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8" ?> |
---|
2 | <extensions xmlns="http://base.thep.lu.se/extensions.xsd"> |
---|
3 | <about> |
---|
4 | <name>GenePattern integration package</name> |
---|
5 | <description> |
---|
6 | This package adds the possibility to use a GenePattern |
---|
7 | server for analysis of data in BASE. BASE plug-ins are |
---|
8 | used to send data to the GenePattern server and the |
---|
9 | result files are imported back into BASE. |
---|
10 | </description> |
---|
11 | <version>1.0</version> |
---|
12 | <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.genepattern</url> |
---|
13 | </about> |
---|
14 | <extension |
---|
15 | id="net.sf.basedb.genepattern.options" |
---|
16 | extends="net.sf.basedb.clients.web.menu.extensions" |
---|
17 | > |
---|
18 | <index>2</index> |
---|
19 | <about> |
---|
20 | <name>GenePattern options</name> |
---|
21 | <description> |
---|
22 | Opens a dialog where a user can specify which GenePattern server |
---|
23 | to use and their login and password. |
---|
24 | </description> |
---|
25 | </about> |
---|
26 | <action-factory> |
---|
27 | <factory-class> |
---|
28 | net.sf.basedb.clients.web.extensions.menu.FixedMenuItemFactory |
---|
29 | </factory-class> |
---|
30 | <parameters> |
---|
31 | <title>GenePattern options&hellip;</title> |
---|
32 | <tooltip>Specify the GenePattern server and login/password.</tooltip> |
---|
33 | <onClick>Main.openPopup('$HOME$/options.jsp?ID='+getSessionId(), 'GenePatternOptions', 500, 400)</onClick> |
---|
34 | <icon>~/images/genepattern.gif</icon> |
---|
35 | </parameters> |
---|
36 | </action-factory> |
---|
37 | </extension> |
---|
38 | </extensions> |
---|
Note: See
TracBrowser
for help on using the repository browser.