Changeset 783
- Timestamp:
- Sep 18, 2008, 9:28:16 PM (15 years ago)
- Location:
- plugins/base1/se.lu.onk.MergeBioAssay/trunk
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/build.xml
r779 r783 4 4 5 5 Copyright (C) 2005, 2006 Johan Enell 6 Copyright (C) 2008 Jari H akkinen6 Copyright (C) 2008 Jari Häkkinen 7 7 8 8 This file is part of the se.lu.onk.MergeBioAssay plug-in for … … 17 17 The software is distributed in the hope that it will be useful, 18 18 but WITHOUT ANY WARRANTY; without even the implied warranty of 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 20 General Public License for more details. 21 21 -
plugins/base1/se.lu.onk.MergeBioAssay/trunk/doc/run
-
Property
svn:keywords
set to
Id
r779 r783 1 1 #!/bin/bash - 2 # $Id$ 3 # 4 # Copyright (C) 2008 Jari Häkkinen 5 # 6 # This file is part of the se.lu.onk.MergeBioAssay plug-in for 7 # BASE. Available at http://baseplugins.thep.lu.se/ and BASE web site 8 # is http://base.thep.lu.se 9 # 10 # This is free software; you can redistribute it and/or modify it 11 # under the terms of the GNU General Public License as published by 12 # the Free Software Foundation; either version 3 of the License, or 13 # (at your option) any later version. 14 # 15 # The software is distributed in the hope that it will be useful, but 16 # WITHOUT ANY WARRANTY; without even the implied warranty of 17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 # General Public License for more details. 19 # 20 # You should have received a copy of the GNU General Public License 21 # along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 # 2 23 3 24 progdir="`dirname \"$0\"`" -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/BioAssay.java
-
Property
svn:keywords
set to
Id
r778 r783 1 /* (non-javadoc) 2 * BioAssay.java is part of BASEFile. 3 * 4 * BASEFile is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * BASEFile is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with BASEFile; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.MergeBioAssay plug-in for 7 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 8 site is http://base.thep.lu.se 9 10 This is free software; you can redistribute it and/or modify it 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 3 of the License, or 13 (at your option) any later version. 14 15 The software is distributed in the hope that it will be useful, but 16 WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 */ 21 23 package mergebioassay; 22 24 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/BioAssay_point.java
-
Property
svn:keywords
set to
Id
r778 r783 1 /* (non-javadoc) 2 * BioAssay_point.java is part of BASEFile. 3 * 4 * BASEFile is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * BASEFile is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with BASEFile; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.MergeBioAssay plug-in for 7 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 8 site is http://base.thep.lu.se 9 10 This is free software; you can redistribute it and/or modify it 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 3 of the License, or 13 (at your option) any later version. 14 15 The software is distributed in the hope that it will be useful, but 16 WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 */ 21 23 package mergebioassay; 22 24 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/MergeBioAssay.java
-
Property
svn:keywords
set to
Id
r663 r783 1 /* (non-javadoc) 2 * MergeBioAssay.java is part of Merge. 3 * 4 * Merge is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * Merge is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with Merge; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 21 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 Copyright (C) 2008 Jari Häkkinen 6 7 This file is part of the se.lu.onk.MergeBioAssay plug-in for 8 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 9 site is http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software 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 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 22 24 package mergebioassay; 23 25 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/NoGroup.java
-
Property
svn:keywords
set to
Id
r663 r783 1 /* (non-javadoc) 2 * NoGroup.java is part of Merge. 3 * 4 * Merge is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * Merge is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with Merge; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 21 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.MergeBioAssay plug-in for 7 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 8 site is http://base.thep.lu.se 9 10 This is free software; you can redistribute it and/or modify it 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 3 of the License, or 13 (at your option) any later version. 14 15 The software is distributed in the hope that it will be useful, but 16 WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 */ 22 23 package mergebioassay; 23 24 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/mergers/ArithmeticIntensityMerger.java
-
Property
svn:keywords
set to
Id
r663 r783 1 /* (non-javadoc) 2 * ArithmeticIntensityMerger.java is part of Merge. 3 * 4 * Merge is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * Merge is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with Merge; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 21 3 4 Copyright (C) 2006 Johan Enell 5 Copyright (C) 2008 Jari Häkkinen 6 7 This file is part of the se.lu.onk.MergeBioAssay plug-in for 8 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 9 site is http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software 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 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 22 24 package mergebioassay.mergers; 23 25 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/mergers/ArithmeticRatioMerger.java
-
Property
svn:keywords
set to
Id
r663 r783 1 /* (non-javadoc) 2 * ArithmeticRatioMerger.java is part of Merge. 3 * 4 * Merge is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * Merge is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with Merge; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 Copyright (C) 2008 Jari Häkkinen 6 7 This file is part of the se.lu.onk.MergeBioAssay plug-in for 8 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 9 site is http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software 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 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 21 24 package mergebioassay.mergers; 22 25 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/mergers/BadPatternException.java
-
Property
svn:keywords
set to
Id
r149 r783 1 /* (non-javadoc) 2 * BadPatternException.java is part of Merge. 3 * 4 * Merge is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * Merge is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with Merge; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.MergeBioAssay plug-in for 7 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 8 site is http://base.thep.lu.se 9 10 This is free software; you can redistribute it and/or modify it 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 3 of the License, or 13 (at your option) any later version. 14 15 The software is distributed in the hope that it will be useful, but 16 WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 */ 21 23 package mergebioassay.mergers; 22 24 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/mergers/GeometricRatioMerger.java
-
Property
svn:keywords
set to
Id
r663 r783 1 /* (non-javadoc) 2 * GeometricRatioMerger.java is part of Merge. 3 * 4 * Merge is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * Merge is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with Merge; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 Copyright (C) 2008 Jari Häkkinen 6 7 This file is part of the se.lu.onk.MergeBioAssay plug-in for 8 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 9 site is http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software 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 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 21 24 package mergebioassay.mergers; 22 25 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/mergers/Merge_assay.java
-
Property
svn:keywords
set to
Id
r149 r783 1 /* (non-javadoc) 2 * Merge_assay.java is part of Merge. 3 * 4 * Merge is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * Merge is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with Merge; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.MergeBioAssay plug-in for 7 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 8 site is http://base.thep.lu.se 9 10 This is free software; you can redistribute it and/or modify it 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 3 of the License, or 13 (at your option) any later version. 14 15 The software is distributed in the hope that it will be useful, but 16 WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 */ 21 23 package mergebioassay.mergers; 22 24 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/mergers/Merger.java
-
Property
svn:keywords
set to
Id
r149 r783 1 1 /* 2 * (non-javadoc) Merger.java is part of Merge. 3 * 4 * Merge is free software; you can redistribute it and/or modify it under the 5 * terms of the GNU General Public License as published by the Free Software 6 * Foundation; either version 2 of the License, or (at your option) any later 7 * version. 8 * 9 * Merge is distributed in the hope that it will be useful, but WITHOUT ANY 10 * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 11 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 12 * details. 13 * 14 * You should have received a copy of the GNU General Public License along with 15 * Merge; if not, write to the Free Software Foundation, Inc., 59 Temple Place, 16 * Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se Johan Enell, Dept Oncology, Lund University, S-221 85 19 * Lund, Sweden 20 */ 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 6 This file is part of the se.lu.onk.MergeBioAssay plug-in for 7 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 8 site is http://base.thep.lu.se 9 10 This is free software; you can redistribute it and/or modify it 11 under the terms of the GNU General Public License as published by 12 the Free Software Foundation; either version 3 of the License, or 13 (at your option) any later version. 14 15 The software is distributed in the hope that it will be useful, but 16 WITHOUT ANY WARRANTY; without even the implied warranty of 17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 General Public License for more details. 19 20 You should have received a copy of the GNU General Public License 21 along with BASE. If not, see <http://www.gnu.org/licenses/>. 22 */ 21 23 package mergebioassay.mergers; 22 24 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/mergers/RatioRatioMerger.java
-
Property
svn:keywords
set to
Id
r663 r783 1 /* (non-javadoc) 2 * RatioRatioMerger.java is part of Merge. 3 * 4 * Merge is free software; you can redistribute it and/or modify 5 * it under the terms of the GNU General Public License as published by 6 * the Free Software Foundation; either version 2 of the License, or 7 * (at your option) any later version. 8 * 9 * Merge is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. 13 * 14 * You should have received a copy of the GNU General Public License 15 * along with Merge; if not, write to the Free Software 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * 18 * johan.enell@onk.lu.se 19 * Johan Enell, Dept Oncology, Lund University, S-221 85 Lund, Sweden 20 */ 1 /* 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 Copyright (C) 2008 Jari Häkkinen 6 7 This file is part of the se.lu.onk.MergeBioAssay plug-in for 8 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 9 site is http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software 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 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 21 24 package mergebioassay.mergers; 22 25 -
Property
svn:keywords
set to
-
plugins/base1/se.lu.onk.MergeBioAssay/trunk/src/mergebioassay/mergers/WeightedMerger.java
-
Property
svn:keywords
set to
Id
r663 r783 1 1 /* 2 * Created on 26-May-2004 3 * 4 * To change the template for this generated file go to 5 * Window>Preferences>Java>Code Generation>Code and Comments 6 */ 2 $Id$ 3 4 Copyright (C) 2006 Johan Enell 5 Copyright (C) 2008 Jari Häkkinen 6 7 This file is part of the se.lu.onk.MergeBioAssay plug-in for 8 BASE. Available at http://baseplugins.thep.lu.se/ and BASE web 9 site is http://base.thep.lu.se 10 11 This is free software; you can redistribute it and/or modify it 12 under the terms of the GNU General Public License as published by 13 the Free Software Foundation; either version 3 of the License, or 14 (at your option) any later version. 15 16 The software 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 19 General Public License for more details. 20 21 You should have received a copy of the GNU General Public License 22 along with BASE. If not, see <http://www.gnu.org/licenses/>. 23 */ 7 24 package mergebioassay.mergers; 8 25 -
Property
svn:keywords
set to
Note: See TracChangeset
for help on using the changeset viewer.