meme_config.csh
来自「EM算法的改进」· CSH 代码 · 共 56 行
CSH
56 行
## meme_config.csh - created from meme_config.csh.txt by configure# holds site localization variables for running support scripts.# For compatibility with sh scripts.## $Id: meme_config.csh.txt 1339 2006-09-21 19:46:28Z tbailey $## $Log$# Revision 1.3 2006/03/07 23:30:18 nadya# merge branches v3_5_1 and v3_5_2 back to the trunk## Revision 1.2.6.1 2006/02/28 20:28:33 nadya# set MEME_LOGS and MEME_DB to user provided## Revision 1.2 2005/10/07 05:33:55 nadya# keep uniform name MEME_LOGS throughout scripts.## Revision 1.1 2005/10/04 19:04:48 nadya# file to be sourced to set the environment variables### installation pathsetenv MEME_DIRECTORY /root# installation bin/setenv MEME_BIN $MEME_DIRECTORY/bin# directory where log files for meme/mast servers and the output # of the meme/mat programs are kept. setenv MEME_LOGS /root/LOGS# database direcotrysetenv MEME_DB /root/db# port for meme and mast servers and clientssetenv MEME_PORT 3012setenv MAST_PORT 3013# executables to use when starting servers. # Curernlty, meme and mast are shell scripts.setenv MEME_SH memesetenv MAST_SH mast# true binary executablessetenv MEME_EXEC meme.binsetenv MAST_EXEC mast.binsetenv MEME_CLIENT_EXEC meme-client.binif ( -d ${MEME_BIN} ) then set path = ( $path $MEME_BIN )endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?