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

📄 meme_config.csh.txt

📁 EM算法的改进
💻 TXT
字号:
## 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 @MEMEDIR@# 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 @MEMELOGS@# database direcotrysetenv MEME_DB @MEMEDB@# port for meme and mast servers and clientssetenv MEME_PORT @MEMEPORT@setenv MAST_PORT @MASTPORT@# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -