-
Notifications
You must be signed in to change notification settings - Fork 12
/
README
44 lines (31 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
eQtlBma - eQTL by Bayesian Model Averaging
==========================================
This directory contains eQtlBma, a package implementing Bayesian methods
to detect expression quantitative trait loci (eQTL).
This package is free software, you can redistribute it and/or modify it
under the terms of the GNU General Public License (GPL-3).
The GNU General Public License does not permit this software to be
redistributed in proprietary programs.
This library 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.
The code is hosted online, https://github.com/timflutre/eqtlbma, where you
can report issues: https://github.com/timflutre/eqtlbma/issues. A useful
first entry point is here: https://github.com/timflutre/eqtlbma/wiki.
Installation
============
The package follows the standard GNU installation procedure. Please consult
the INSTALL file in this distribution for more instructions.
For the impatients:
./configure
make
make check
sudo make install
Documentation
=============
To generate the manual in the doc/ directory, type:
make pdf
or
make html
See the NEWS file for recent changes to the package, and ask questions on
the mailing list: https://groups.google.com/forum/#!forum/eqtlbma-users.