msa
git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/msa@102253 bc3139a8-67e5-0310-9ffc-ced21a209358
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,63 @@ |
1 |
+This R package provides R interface to three multiple alignment software |
|
2 |
+packages not written by the authors of this R package. Furthermore, this |
|
3 |
+package also includes some more libraries and utilities that have not been |
|
4 |
+written by the package authors either. Copyright and license information |
|
5 |
+is enclosed below. |
|
6 |
+ |
|
7 |
+-------------------------------------------------------------------------------- |
|
8 |
+ClustalW: |
|
9 |
+ |
|
10 |
+The copyright for ClustalW is held by Des Higgins, Julie Thompson, and |
|
11 |
+Toby Gibson.The project homepage can be found at |
|
12 |
+http://www.clustal.org/clustal2/. ClustalW is distributed under the Gnu Lesser |
|
13 |
+General Public License, Version 3. |
|
14 |
+ |
|
15 |
+-------------------------------------------------------------------------------- |
|
16 |
+ClustalOmega: |
|
17 |
+ |
|
18 |
+The copyright for ClustalOmega is held by Fabian Sievers, Andreas Wilm, |
|
19 |
+David Dineen, Johannes Söding, and Michael Remmert. The project homepage can |
|
20 |
+be found at http://www.clustal.org/omega/. ClustalOmega is distributed |
|
21 |
+under the Gnu General Public License, Version 2. |
|
22 |
+ |
|
23 |
+-------------------------------------------------------------------------------- |
|
24 |
+Muscle: |
|
25 |
+ |
|
26 |
+ClustalOmega was written by Robert Edgar. The project homepage can be found |
|
27 |
+at http://www.drive5.com/muscle/. Muscle has been released |
|
28 |
+to the public domain without any specific license. |
|
29 |
+ |
|
30 |
+-------------------------------------------------------------------------------- |
|
31 |
+argtable2: |
|
32 |
+ |
|
33 |
+argtable was written by Stewart Heitmann. The project homepage can be found at |
|
34 |
+http://argtable.sourceforge.net/. argtable is distributed |
|
35 |
+under the Gnu General Public License, Version 2. |
|
36 |
+ |
|
37 |
+-------------------------------------------------------------------------------- |
|
38 |
+squid: |
|
39 |
+ |
|
40 |
+squid was written by Sean Eddy. squid is distributed under the Gnu General |
|
41 |
+Public License, Version 2. |
|
42 |
+ |
|
43 |
+-------------------------------------------------------------------------------- |
|
44 |
+texshade: |
|
45 |
+ |
|
46 |
+texshade was written by Eric Beitz. The project homepage can be found at |
|
47 |
+http://www.ctan.org/tex-archive/macros/latex/contrib/texshade. texshade is |
|
48 |
+distributed under the Gnu General Public License, Version 2. |
|
49 |
+ |
|
50 |
+-------------------------------------------------------------------------------- |
|
51 |
+libgc: |
|
52 |
+ |
|
53 |
+libgc was written by Hans-J. Boehm and Alan J. Demers. libgc has been released |
|
54 |
+to the public domain without any specific license. The program can be used for |
|
55 |
+any purpose provided that the following notices are retained: |
|
56 |
+ |
|
57 |
+ Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers |
|
58 |
+ Copyright (c) 1991-1995 by Xerox Corporation. All rights reserved. |
|
59 |
+ Copyright (c) 1996-1999 by Silicon Graphics. All rights reserved. |
|
60 |
+ Copyright (c) 1999-2001 by Hewlett-Packard. All rights reserved. |
|
61 |
+ |
|
62 |
+ THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED |
|
63 |
+ OR IMPLIED. ANY USE IS AT YOUR OWN RISK. |