meme.sh.in
来自「EM算法的改进」· IN 代码 · 共 39 行
IN
39 行
#!/bin/sh# This file is automatically generated from meme.sh.in ## $Id: meme.sh.in 1339 2006-09-21 19:46:28Z tbailey $# $Log$# Revision 1.5 2006/03/08 00:26:22 nadya# merge changes from v3_5_2 to the trunk## Revision 1.4.4.1 2006/01/24 02:19:23 nadya# separate exporting of variable form its definition to make work on# solaris when file is sourced## 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#### instllation location MEME_DIRECTORY="@MEMEDIR@"MEME_BIN="@MEMEDIR@/bin"MEME_LOGS="@MEMELOGS@"MEME_DB="@MEMEDB@"export MEME_DIRECTORY MEME_BIN MEME_LOGS MEME_DB## add the path of the directory holding the programs and utilitiesPATH="$PATH:$MEME_BIN"export PATH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?