[Genabel-commits] r1613 - in branches/ProbABEL-pvals/ProbABEL: . doc src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Feb 18 13:45:23 CET 2014
Author: lckarssen
Date: 2014-02-18 13:45:22 +0100 (Tue, 18 Feb 2014)
New Revision: 1613
Modified:
branches/ProbABEL-pvals/ProbABEL/configure.ac
branches/ProbABEL-pvals/ProbABEL/doc/ChangeLog
branches/ProbABEL-pvals/ProbABEL/doc/ProbABEL_manual.tex
branches/ProbABEL-pvals/ProbABEL/doc/README.dox
branches/ProbABEL-pvals/ProbABEL/doc/pacoxph.1
branches/ProbABEL-pvals/ProbABEL/doc/palinear.1
branches/ProbABEL-pvals/ProbABEL/doc/palogist.1
branches/ProbABEL-pvals/ProbABEL/doc/probabel.1
branches/ProbABEL-pvals/ProbABEL/src/command_line_settings.cpp
branches/ProbABEL-pvals/ProbABEL/src/command_line_settings.h
branches/ProbABEL-pvals/ProbABEL/src/coxph_data.cpp
branches/ProbABEL-pvals/ProbABEL/src/coxph_data.h
branches/ProbABEL-pvals/ProbABEL/src/data.cpp
branches/ProbABEL-pvals/ProbABEL/src/data.h
branches/ProbABEL-pvals/ProbABEL/src/eigen_mematrix.cpp
branches/ProbABEL-pvals/ProbABEL/src/eigen_mematrix.h
branches/ProbABEL-pvals/ProbABEL/src/gendata.cpp
branches/ProbABEL-pvals/ProbABEL/src/gendata.h
branches/ProbABEL-pvals/ProbABEL/src/main.cpp
branches/ProbABEL-pvals/ProbABEL/src/main_functions_dump.cpp
branches/ProbABEL-pvals/ProbABEL/src/main_functions_dump.h
branches/ProbABEL-pvals/ProbABEL/src/maskedmatrix.cpp
branches/ProbABEL-pvals/ProbABEL/src/maskedmatrix.h
branches/ProbABEL-pvals/ProbABEL/src/mematri1.h
branches/ProbABEL-pvals/ProbABEL/src/mematrix.h
branches/ProbABEL-pvals/ProbABEL/src/phedata.cpp
branches/ProbABEL-pvals/ProbABEL/src/phedata.h
branches/ProbABEL-pvals/ProbABEL/src/reg1.cpp
branches/ProbABEL-pvals/ProbABEL/src/reg1.h
branches/ProbABEL-pvals/ProbABEL/src/regdata.cpp
branches/ProbABEL-pvals/ProbABEL/src/regdata.h
branches/ProbABEL-pvals/ProbABEL/src/testchol.cpp
branches/ProbABEL-pvals/ProbABEL/src/usage.cpp
branches/ProbABEL-pvals/ProbABEL/src/usage.h
branches/ProbABEL-pvals/ProbABEL/src/utilities.cpp
branches/ProbABEL-pvals/ProbABEL/src/utilities.h
Log:
Merged the latest changes in ProbABEL trunk (r1603) into the ProbABEL-pvalues branch.
Modified: branches/ProbABEL-pvals/ProbABEL/configure.ac
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/configure.ac 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/configure.ac 2014-02-18 12:45:22 UTC (rev 1613)
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.67])
-AC_INIT(ProbABEL, 0.4.2, genabel-devel at r-forge.wu-wien.ac.at)
+AC_INIT(ProbABEL, 0.4.3, genabel-devel at r-forge.wu-wien.ac.at)
AM_INIT_AUTOMAKE([silent-rules subdir-objects])
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([src/data.h])
Modified: branches/ProbABEL-pvals/ProbABEL/doc/ChangeLog
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/doc/ChangeLog 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/doc/ChangeLog 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,3 +1,7 @@
+***** v.0.4.3
+* Speed up of a factor of X after simplifying the way filevector data is
+ read in.
+
***** v.0.4.2
* The 'probabel.pl' script is now simply renamed to 'probabel' (a user
shouldn't care what scripting language we use). For at least several
Modified: branches/ProbABEL-pvals/ProbABEL/doc/ProbABEL_manual.tex
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/doc/ProbABEL_manual.tex 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/doc/ProbABEL_manual.tex 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,6 +1,6 @@
\documentclass[12pt,a4paper]{article}
-\title{Manual for ProbABEL v0.4.2}
+\title{Manual for ProbABEL v0.4.3}
\author{\emph{Current Programmers:} Lennart Karssen$^{1,2}$, Maarten
Kooyman$^2$, \\
Yurii Aulchenko$^{1,3}$ \\
@@ -11,7 +11,7 @@
$^{2}${\small Erasmus MC, Rotterdam}\\
$^{3}${\small Institute of Cytology and Genetics SD RAS, Novosibirsk}
}
-\date{January 2, 2014}
+\date{January 30, 2014}
\usepackage{verbatim}
\usepackage{titleref}
@@ -295,7 +295,7 @@
short explanation to the command line options:
\begin{verbatim}
user at server:~$ palogist --help
-probabel v. 0.4.2
+probabel v. 0.4.3
(C) Yurii Aulchenko, Lennart C. Karssen, Maksim Struchalin, EMCR
Using EIGEN version 3.1.2 for matrix operations
@@ -855,7 +855,7 @@
\end{quote}
A proper reference may look like
\begin{quote}
-For the analysis of imputed data, we used the \PA{} v.0.4.2
+For the analysis of imputed data, we used \PA{} v.0.4.3
from the \texttt{GenABEL} suite of programs (Aulchenko \emph{et al.}, 2010).
\end{quote}
Modified: branches/ProbABEL-pvals/ProbABEL/doc/README.dox
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/doc/README.dox 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/doc/README.dox 2014-02-18 12:45:22 UTC (rev 1613)
@@ -6,6 +6,8 @@
\author L.C. Karssen
\author M. Kooyman
\author Maksim V. Struchalin
+\author Other members of the GenABEL team
+\author People who submitted patches to the mailing list or bug tracker
The ProbABEL package is part of the GenABEL project for analysis of genome-wide
data. ProbABEL is used to run GWAS. Using files in filevector/DatABEL format
Modified: branches/ProbABEL-pvals/ProbABEL/doc/pacoxph.1
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/doc/pacoxph.1 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/doc/pacoxph.1 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,4 +1,4 @@
-.TH pacoxph 1 "2 January 2014" "ProbABEL 0.4.2"
+.TH pacoxph 1 "2 January 2014" "ProbABEL 0.4.3"
.SH NAME
pacoxph \- Perform Genome-Wide Association Analysis using a linear model
.SH SYNOPSIS
Modified: branches/ProbABEL-pvals/ProbABEL/doc/palinear.1
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/doc/palinear.1 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/doc/palinear.1 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,4 +1,4 @@
-.TH palinear 1 "2 January 2014" "ProbABEL 0.4.2"
+.TH palinear 1 "2 January 2014" "ProbABEL 0.4.3"
.SH NAME
palinear \- Perform Genome-Wide Association Analysis using a linear model
.SH SYNOPSIS
Modified: branches/ProbABEL-pvals/ProbABEL/doc/palogist.1
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/doc/palogist.1 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/doc/palogist.1 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,4 +1,4 @@
-.TH palogist 1 "2 January 2014" "ProbABEL 0.4.2"
+.TH palogist 1 "2 January 2014" "ProbABEL 0.4.3"
.SH NAME
palogist \- Perform Genome-Wide Association Analysis using a linear model
.SH SYNOPSIS
Modified: branches/ProbABEL-pvals/ProbABEL/doc/probabel.1
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/doc/probabel.1 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/doc/probabel.1 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,4 +1,4 @@
-.TH ProbABEL 1 "2 January 2014" "ProbABEL 0.4.2"
+.TH ProbABEL 1 "2 January 2014" "ProbABEL 0.4.3"
.SH NAME
probabel \- Wrapper around the three ProbABEL binaries, simplifying their use
.SH SYNOPSIS
Modified: branches/ProbABEL-pvals/ProbABEL/src/command_line_settings.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/command_line_settings.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/command_line_settings.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,8 +3,29 @@
*
* Created on: Apr 1, 2012
* Author: mkooyman
+*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
#include <getopt.h>
#include <string>
#include <iostream>
Modified: branches/ProbABEL-pvals/ProbABEL/src/command_line_settings.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/command_line_settings.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/command_line_settings.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,8 +3,29 @@
*
* Created on: Apr 2; int 2012
* Author: mkooyman
+*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
#ifndef COMMAND_LINE_SETTINGS_H_
#define COMMAND_LINE_SETTINGS_H_
#include <string>
Modified: branches/ProbABEL-pvals/ProbABEL/src/coxph_data.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/coxph_data.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/coxph_data.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,7 +3,29 @@
*
* Created on: Mar 31, 2012
* Author: mkooyman
+ *
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
+
#include "coxph_data.h"
#include <iostream>
#include <cmath>
Modified: branches/ProbABEL-pvals/ProbABEL/src/coxph_data.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/coxph_data.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/coxph_data.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,8 +3,29 @@
*
* Created on: Mar 31, 2012
* Author: mkooyman
+ *
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
#ifndef COXPH_DATA_H_
#define COXPH_DATA_H_
Modified: branches/ProbABEL-pvals/ProbABEL/src/data.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/data.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/data.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,3 +1,26 @@
+/*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ */
+
+
#include <string>
#include <sstream>
#include <fstream>
Modified: branches/ProbABEL-pvals/ProbABEL/src/data.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/data.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/data.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,8 +3,29 @@
* \author mkooyman
*
* \brief Contains several classes we didn't put somewhere else yet
+ *
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
#ifndef DATA_H_
#define DATA_H_
#include <string>
Modified: branches/ProbABEL-pvals/ProbABEL/src/eigen_mematrix.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/eigen_mematrix.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/eigen_mematrix.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,3 +1,26 @@
+/*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ */
+
+
#ifndef EIGEN_MEMATRI1_H
#define EIGEN_MEMATRI1_H
#include "eigen_mematrix.h"
Modified: branches/ProbABEL-pvals/ProbABEL/src/eigen_mematrix.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/eigen_mematrix.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/eigen_mematrix.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,3 +1,26 @@
+/*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ */
+
+
#ifndef __EIGEN_MEMATRIX_H__
#define __EIGEN_MEMATRIX_H__
#include <Eigen/Dense>
Modified: branches/ProbABEL-pvals/ProbABEL/src/gendata.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/gendata.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/gendata.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,7 +3,29 @@
*
* Created on: Mar 8, 2012
* Author: mkooyman
+ *
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
+
#include <string>
#include <errno.h>
#include "gendata.h"
Modified: branches/ProbABEL-pvals/ProbABEL/src/gendata.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/gendata.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/gendata.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,8 +3,29 @@
*
* Created on: Mar 8, 2012
* Author: mkooyman
+ *
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
#ifndef GENDATA_H_
#define GENDATA_H_
#include <string>
Modified: branches/ProbABEL-pvals/ProbABEL/src/main.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/main.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/main.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -32,6 +32,30 @@
// Company: Department of Epidemiology, ErasmusMC Rotterdam, The Netherlands.
//
//=============================================================================
+
+/*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ */
+
+
#include <stdio.h>
#include <iostream>
#include <cstdlib>
Modified: branches/ProbABEL-pvals/ProbABEL/src/main_functions_dump.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/main_functions_dump.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/main_functions_dump.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,6 +3,26 @@
*
* Created on: Nov 27, 2013
* Author: mkooyman
+*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
Modified: branches/ProbABEL-pvals/ProbABEL/src/main_functions_dump.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/main_functions_dump.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/main_functions_dump.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,8 +3,29 @@
*
* Created on: Nov 27, 2013
* Author: mkooyman
+ *
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
#ifndef MAIN_FUNCTIONS_DUMP_H_
#define MAIN_FUNCTIONS_DUMP_H_
Modified: branches/ProbABEL-pvals/ProbABEL/src/maskedmatrix.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/maskedmatrix.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/maskedmatrix.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,8 +3,29 @@
*
* Created on: May 22, 2012
* Author: mkooyman
+ *
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
#include "maskedmatrix.h"
#if EIGEN
#include "eigen_mematrix.h"
Modified: branches/ProbABEL-pvals/ProbABEL/src/maskedmatrix.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/maskedmatrix.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/maskedmatrix.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,8 +3,29 @@
*
* Created on: May 22, 2012
* Author: mkooyman
+ *
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
#ifndef MASKEDMATRIX_H_
#define MASKEDMATRIX_H_
Modified: branches/ProbABEL-pvals/ProbABEL/src/mematri1.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/mematri1.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/mematri1.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,3 +1,26 @@
+/*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ */
+
+
#ifndef MEMATRI1_H
#define MEMATRI1_H
Modified: branches/ProbABEL-pvals/ProbABEL/src/mematrix.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/mematrix.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/mematrix.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,3 +1,26 @@
+/*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ */
+
+
#ifndef __MEMATRIX_H__
#define __MEMATRIX_H__
#include <iostream>
Modified: branches/ProbABEL-pvals/ProbABEL/src/phedata.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/phedata.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/phedata.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,3 +1,26 @@
+/*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ */
+
+
#include <phedata.h>
#include <string>
#include <sstream>
Modified: branches/ProbABEL-pvals/ProbABEL/src/phedata.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/phedata.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/phedata.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,8 +3,29 @@
*
* Created on: Mar 6, 2012
* Author: mkooyman
+ *
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
*/
+
#ifndef PHEDATA_H_
#define PHEDATA_H_
Modified: branches/ProbABEL-pvals/ProbABEL/src/reg1.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/reg1.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/reg1.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -1,3 +1,26 @@
+/*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ */
+
+
#include "reg1.h"
Modified: branches/ProbABEL-pvals/ProbABEL/src/reg1.h
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/reg1.h 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/reg1.h 2014-02-18 12:45:22 UTC (rev 1613)
@@ -22,6 +22,30 @@
// Email: i.aoultchenko at erasmusmc.nl, m.struchalin at erasmusmc.nl
//
//==============================================================================
+
+/*
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ *
+ */
+
+
//#include "coxph_data.h"
#ifndef REG1_H_
#define REG1_H_
Modified: branches/ProbABEL-pvals/ProbABEL/src/regdata.cpp
===================================================================
--- branches/ProbABEL-pvals/ProbABEL/src/regdata.cpp 2014-02-15 21:39:14 UTC (rev 1612)
+++ branches/ProbABEL-pvals/ProbABEL/src/regdata.cpp 2014-02-18 12:45:22 UTC (rev 1613)
@@ -3,8 +3,29 @@
*
* Created on: Mar 29, 2012
* Author: mkooyman
+ *
+ *
+ * Copyright (C) 2009--2014 Various members of the GenABEL team. See
+ * the SVN commit logs for more details.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
[TRUNCATED]
To get the complete diff run:
svnlook diff /svnroot/genabel -r 1613
More information about the Genabel-commits
mailing list