-
Notifications
You must be signed in to change notification settings - Fork 12
/
LICENSE
56 lines (38 loc) · 2.4 KB
/
LICENSE
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
45
46
47
48
49
50
51
52
53
54
55
This program is free software; you can redistribute it and/or modify it
under the terms of version 3 of the GNU General Public License as published
by the Free Software Foundation. It should be shipped with MCL in the top
level directory as the file COPYING.
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, version
2, along with this program in the file COPYING; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301, USA.
-*-
If you use MCL software in your scientific research, please cite it
appropriately as you would cite a journal or a book. This includes papers
published in regular or electronic journals, usage of MCL as a back-end to a
database that is accessible via a web interface, or inclusion of MCL in a
larger framework of software that is distributed for other people for
scientific use. Include the following citation:
Stijn van Dongen, Graph clustering via a discrete uncoupling process,
Siam Journal on Matrix Analysis and Applications 30-1, p121-141, 2008.
and proper attributions to mcl's home http://micans.org/mcl/
and its author, Stijn van Dongen.
The publications listed above can be retrieved from the preceding URL.
If you are using some wrapper around mcl such as the blast module or the
tribe module, you are asked to act likewise.
For biological applications, it is appropriate to cite, additionally,
the reference article for the first application of mcl to biological data:
Enright A.J., Van Dongen S., Ouzounis C.A.
An efficient algorithm for large-scale detection of protein families,
Nucleic Acids Research 30(7):1575-1584 (2002).
-*-
For copyright notices of source files, header files, documentation files,
and build files, consult the files themselves.
The largest part of MCL is held copyright by Stijn van Dongen.
The build part is copyright by Joost van Baal.
util/getpagesize.h is copyright by the Free Software Foundation.
The Ziggurat method in util/rand.h is copyright by Jochen Voss.