⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 hmmer源程序
💻
字号:
Brief installation instructions for HMMER 2.2SRE, Sun Aug  5 16:22:52 2001------------------------------------------For a source distribution (hmmer-2.2.tar.gz):    uncompress hmmer-2.2.tar.gz  Uncompresses the archive.    tar xf hmmer-2.2.tar         Unpacks the archive. (makes a new directory, hmmer-2.2)    cd hmmer-2.2                 Moves into the distribution toplevel directory.    ./configure                  Configures the software for your system.    make                         Builds the binaries.     make check                   Runs the test suite to test the new binaries.    make install                 Installs the software. (You may need to be root.)    It should build cleanly on just about any UNIX machine.For a binary distribution (hmmer-2.2.bin.<platform>-<os>.tar.gz),for example, the sun-solaris distro:    uncompress hmmer-2.2.bin.sun-solaris.tar.Z    tar xf hmmer-2.2.bin.sun-solaris.tar    cd hmmer-2.2    ./configure    make install    Note that "make" and "make check" aren't necessary, since you    have a precompiled distribution.    If your machine doesn't have a C compiler, the ./configure will    fail, and you won't be able to do a "make install". This is    an artifact of the way I have the configure script built.    If this happens, just copy the man pages and binaries whereever    you want them, for instance:    cp Man/*      /usr/local/man/man1/    cp binaries/* /usr/local/bin/    HMMER doesn't depend on any external data files, so the installation is    simple - the binaries are free standing, and you can install    them anywhere you like.For more detail, see the Installation chapter in the HMMER User'sGuide.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -