📄 meme.csh
字号:
#!/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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -