Changeset 309
- Timestamp:
- May 25, 2007, 12:59:41 PM (16 years ago)
- Location:
- trunk/se/lu/thep/affymetrix
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/affymetrix/AUTHORS
r154 r309 3 3 ====================================================================== 4 4 Copyright (C) 2006 Jari Häkkinen 5 Copyright (C) 2007 Peter Johansson 5 6 6 This file is part of RMAExpress plug-in for BASE, 7 http://baseplugins.thep.lu.se/wiki/thep.lu.se.RMAExpress 7 This file is part of BASEPlugIns - Non-core plug-ins for BASE, 8 BioArray Software Environment. 9 BASEPlugIns is available at http://baseplugins.thep.lu.se/ 10 BASE is available at http://base.thep.lu.se/ 8 11 9 RMAExpress plug-in for BASE is free software; you can redistribute it 10 and/or modify it under the terms of the GNU General Public License as 11 published by the Free Software Foundation; either version 2 of the 12 License, or(at your option) any later version.12 BASEPlugIns is free software; you can redistribute it and/or modify 13 it under the terms of the GNU General Public License as published by 14 the Free Software Foundation; either version 2 of the License, or 15 (at your option) any later version. 13 16 14 RMAExpress plug-in for BASE is distributed in the hope that it will be 15 useful, butWITHOUT ANY WARRANTY; without even the implied warranty of16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU17 BASEPlugIns is distributed in the hope that it will be useful, but 18 WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 20 General Public License for more details. 18 21 19 22 You should have received a copy of the GNU General Public License 20 23 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,22 USA.24 Foundation, Inc., 59 Temple Place - Suite 330, 25 Boston, MA 02111-1307, USA. 23 26 ====================================================================== 24 27 25 This package is developed and maintained by Jari Häkkinen , Department26 of Theoretical Physics at Lund University, Sweden.28 This package is developed and maintained by Jari Häkkinen and Peter Johansson, 29 Department of Theoretical Physics at Lund University, Sweden. -
trunk/se/lu/thep/affymetrix/ChangeLog
r305 r309 2 2 3 3 ====================================================================== 4 Copyright (C) 2006 Jari Häkkinen4 Copyright (C) 2006, 2007 Jari Häkkinen 5 5 6 This file is part of RMAExpress plug-in for BASE, 7 http://baseplugins.thep.lu.se/wiki/thep.lu.se.RMAExpress 6 This file is part of BASEPlugIns - Non-core plug-ins for BASE, 7 BioArray Software Environment. 8 BASEPlugIns is available at http://baseplugins.thep.lu.se/ 9 BASE is available at http://base.thep.lu.se/ 8 10 9 RMAExpress plug-in for BASE is free software; you can redistribute it 10 and/or modify it under the terms of the GNU General Public License as 11 published by the Free Software Foundation; either version 2 of the 12 License, or(at your option) any later version.11 BASEPlugIns is free software; you can redistribute it and/or modify 12 it under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 2 of the License, or 14 (at your option) any later version. 13 15 14 RMAExpress plug-in for BASE is distributed in the hope that it will be 15 useful, butWITHOUT ANY WARRANTY; without even the implied warranty of16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU16 BASEPlugIns is distributed in the hope that it will be useful, but 17 WITHOUT ANY WARRANTY; without even the implied warranty of 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 19 General Public License for more details. 18 20 19 21 You should have received a copy of the GNU General Public License 20 22 along with this program; if not, write to the Free Software 21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,22 USA.23 Foundation, Inc., 59 Temple Place - Suite 330, 24 Boston, MA 02111-1307, USA. 23 25 ====================================================================== 26 24 27 25 28 version 0.6 (revision 305): -
trunk/se/lu/thep/affymetrix/Makefile
r308 r309 5 5 # Copyright (C) 2007 Jari Häkkinen, Peter Johansson 6 6 # 7 # This file is part of RMAExpress plug-in for BASE, 8 # http://baseplugins.thep.lu.se/wiki/thep.lu.se.RMAExpressPlugIn 7 # This file is part of BASEPlugIns - Non-core plug-ins for BASE, 8 # BioArray Software Environment. 9 # BASEPlugIns is available at http://baseplugins.thep.lu.se/ 10 # BASE is available at http://base.thep.lu.se/ 9 11 # 10 # RMAExpress plug-in for BASE is free software; you can redistribute it11 # and/or modify it under the terms of the GNU General Public License as12 # published by the Free Software Foundation; either version 2 of the13 # License, or(at your option) any later version.12 # BASEPlugIns is free software; you can redistribute it and/or modify 13 # it under the terms of the GNU General Public License as published by 14 # the Free Software Foundation; either version 2 of the License, or 15 # (at your option) any later version. 14 16 # 15 # RMAExpress plug-in for BASE is distributed in the hope that it will be16 # useful, butWITHOUT ANY WARRANTY; without even the implied warranty of17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU17 # BASEPlugIns is distributed in the hope that it will be useful, but 18 # WITHOUT ANY WARRANTY; without even the implied warranty of 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 20 # General Public License for more details. 19 21 # 20 22 # You should have received a copy of the GNU General Public License 21 23 # along with this program; if not, write to the Free Software 22 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,23 # USA.24 # Foundation, Inc., 59 Temple Place - Suite 330, 25 # Boston, MA 02111-1307, USA. 24 26 # ====================================================================== 25 27 # … … 66 68 PLUGINDIR ?= $(BASEROOT)/$(RELPLUGINDIR) 67 69 68 JAVA = RMAExpress.java Plier.java70 JAVA = Affymetrix.java Plier.java RMAExpress.java 69 71 CLASS = $(JAVA:.java=.class) 70 72 JAR = affymetrix.jar
Note: See TracChangeset
for help on using the changeset viewer.