meme.csh

来自「EM算法的改进」· CSH 代码 · 共 31 行

CSH
31
字号
#!/bin/csh# This file is automatically generated from meme.csh.in ## $Id: meme.csh.in 1339 2006-09-21 19:46:28Z tbailey $# $Log$# Revision 1.4  2005/10/25 21:25:20  nadya# make LOGS/ location configurable during "configure" step## Revision 1.3  2005/08/24 04:33:05  nadya# use MEME_DB for database location. Given as an option to configure## Revision 1.2  2005/08/24 04:19:23  nadya# add MEME_DB to environment## Revision 1.1  2005/08/10 20:12:00  nadya# add environment setting scripts#### installation location setenv MEME_DIRECTORY /rootsetenv MEME_BIN /root/binsetenv MEME_LOGS /root/LOGSsetenv MEME_DB /root/db## add the path of the directory holding the programs and utilitiesset path=($path $MEME_BIN)

⌨️ 快捷键说明

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