📄 install
字号:
INSTALLATION============The installation procedure depends on the software package you want to use.Below you will find instructions for Cluster 3.0 for Windows, Mac OS X, andUnix/Linux, Cluster 3.0 as a command-line program, Pycluster (for Python),and Algorithm::Cluster (for Perl).Cluster 3.0 for Windows-----------------------For Cluster 3.0 for Windows, download the Windows installer from our website(http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster/clustersetup.exe).Run the installer, and you're done.If for some reason, you want to recompile Cluster 3.0 from the source, you canuse the Makefile in the windows subdirectory. This makefile was used withCygwin/Mingw under Windows, and may need to be modified for other systems.Type makein the windows subdirectory to compile the C Clustering Library, the Cluster 3.0GUI, the Windows help files and the documentation. You will need an ANSI Ccompiler such as GNU gcc, as well as the GNU windres program to compile theresources for the GUI. To generate the help files, you will need the HTML HelpSDK, which can be downloaded from Microsoft, as well as the GNU makeinfoprogram.To generate the Windows installer, type make clustersetup.exeFor this, you will need the Inno Setup Compiler, which can be downloaded fromhttp://www.jrsoftware.org.Cluster 3.0 for Mac OS X------------------------Cluster 3.0 can be installed most easily on Mac OS X by using the installer forMac OS X, which is available athttp://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster.If you want to recompile Cluster 3.0, it is easiest to use Xcode and InterfaceBuilder that are part of Mac OS X. The subdirectory mac contains the projectfile that was used to compile Cluster 3.0.Cluster 3.0 for Linux/Unix--------------------------Cluster 3.0 was ported to Linux/Unix using the Motif libraries. These librariesare installed on most Linux/Unix computers. You will need a version compliantwith Motif 2.1, such as OpenMotif (http://www.opengroup.org), which is availableat http://www.motifzone.net.Cluster 3.0 can be installed on Unix/Linux by typing ./configure make make installThis will create the executable cluster and install it in /usr/local/bin. Someauxiliary files are installed in /usr/local/cluster.Cluster 3.0 as a command line program-------------------------------------To install the command line version of Cluster 3.0, type ./configure --without-x make make installThis will create the executable cluster and install it in /usr/local/bin. Someauxiliary files (such as the documentation) are installed in /usr/local/cluster.Python------In the top directory (containing setup.py and also this INSTALL file), type python setup.py installYou will need a fairly recent version of Python (2.0 or higher) and theNumerical Python package, as well as an ANSI C compiler such as GNU gcc. You mayneed to log in as root the install Pycluster. If you do not have root access, do python setup.py install --prefix=/some/other/directoryand set the environment variable PYTHONPATH=/some/other/directory/lib/python2.2/site-packagesThe exact command depends on which shell you are using; the exact path willdepend on the version of Python you are using.Note that Pycluster is also available as a tarball containing only the sourcecode needed for Pycluster. A Windows installer for Pycluster is available fromour website (http://bonsai.ims.u-tokyo.ac.jp/~mdehoon/software/cluster).Biopython versions 1.11 and up also contain Pycluster. There, it is referred toas Bio.Cluster. See http://www.biopython.org.Perl----For Perl, type perl Makefile.PL make make test make installYou will need Perl version 5.6 or newer. For the install step, you will needroot access. If you do not have root priviliges, use perl Makefile.PL prefix=/some/other/directoryto install the module in /some/other/directory/lib/perl5/.The subdirectory perl/examples contains some example Perl scripts that useAlgorithm::Cluster.CONTACT=======Michiel de Hoon, University of Tokyo, Human Genome Centermdehoon@ims.u-tokyo.ac.jp
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -