1 | <?xml version="1.0" encoding="UTF-8" ?> |
---|
2 | <!-- |
---|
3 | $Id: extensions.xml 1267 2010-11-03 08:59:13Z nicklas $ |
---|
4 | |
---|
5 | Copyright (C) 2009 Martin Svensson |
---|
6 | |
---|
7 | This file is part of FTP extension for BASE. |
---|
8 | Available at http://baseplugins.thep.lu.se/ |
---|
9 | |
---|
10 | BASE is free software; you can redistribute it and/or |
---|
11 | modify it under the terms of the GNU General Public License |
---|
12 | as published by the Free Software Foundation; either version 3 |
---|
13 | of the License, or (at your option) any later version. |
---|
14 | |
---|
15 | BASE is distributed in the hope that it will be useful, |
---|
16 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
17 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
18 | GNU General Public License for more details. |
---|
19 | |
---|
20 | You should have received a copy of the GNU General Public License |
---|
21 | along with this program; if not, write to the Free Software |
---|
22 | Foundation, Inc., 59 Temple Place - Suite 330, |
---|
23 | Boston, MA 02111-1307, USA. |
---|
24 | --> |
---|
25 | |
---|
26 | <extensions xmlns="http://base.thep.lu.se/extensions.xsd"> |
---|
27 | <about> |
---|
28 | <name>Illumina extensions</name> |
---|
29 | <version>1.7pre</version> |
---|
30 | <copyright>BASE 2 development team</copyright> |
---|
31 | <email>basedb-users@lists.sourceforge.net</email> |
---|
32 | <url>http://baseplugins.thep.lu.se/wiki/net.sf.basedb.illumina</url> |
---|
33 | </about> |
---|
34 | <extension |
---|
35 | id="net.sf.basedb.illumina.extensions.overviewplots.illuminaPlots" |
---|
36 | extends="net.sf.basedb.clients.web.bioassayset.overviewplots" |
---|
37 | > |
---|
38 | <index>20</index> |
---|
39 | <about> |
---|
40 | <name>Illumina overview plot</name> |
---|
41 | <description>Generates overview plot for Illumina expression data.</description> |
---|
42 | </about> |
---|
43 | <action-factory> |
---|
44 | <factory-class>net.sf.basedb.illumina.extensions.plot.PlotFactory</factory-class> |
---|
45 | <parameters> |
---|
46 | <width>800</width> |
---|
47 | <height>600</height> |
---|
48 | </parameters> |
---|
49 | </action-factory> |
---|
50 | </extension> |
---|
51 | </extensions> |
---|