修正中

解析用プログラムは
 /Appl
を起点として配下にOS毎のフォルダを設置。そのOSフォルダ名は コマンド(/bin/uname)の結果を利用する。
ほとんどIntel-Linuxで稼働させる場合には無用なのだろうが、MacOSXでとかSolaris(??)で仕事されたい
方もおられる。故、汎用性を持たせてのフォルダ形式としてみた
具体的には

/Appl/Linux
/Appl/Darwin

とかになるのだろう。

PATHとかの環境変数を決めるスクリプトは下記のように作成して、このファイルを各自の
.bashrcとか.cshrcとかに組み込ませる。事前に /etc/skel/.bashrc/etc/skel/.cshrc に書いておくのもあり。
具体的には、各ユーザの.bashrcとか.cshrcの最終行に

.bashrcなら
 source /Appl/Common/Linux.bash
.cshrcなら
 source /Appl/Common/Linux.csh

を入れる。

シェル別読み込みファイル

ユーザが使用するシェルごとにファイルを用意します。
加え
■autoSHARP
autoSHARPの環境変数を定義するとccp4iからautoSHARPが実行できるが、autoSHARPはライセンスが必要で
どの計算機でも使える訳ではない。実行可能な計算機ならその環境ファイルを読み込めばいいようにした。

Bash向け

csh向け

解析アプリ設定ファイル

各OS各shellでの環境変数をまとめたファイルも用意する。

Bash向け

/Appl/Common/Linux.sh

#!/bin/sh
#-----------------------------------------#
#
# ccp4
source /Appl/Linux/ccp4-6.3.0/bin/ccp4.setup-sh
#
# coot
export PATH=/Appl/Linux/coot/bin:$PATH
#
# phenix
source /Appl/Linux/phenix/phenix-1.8-1069/phenix_env.sh
#
# cns [cns_solve_env.shは独自作成です]
source /Appl/Linux/cns_solve_1.3/cns_solve_env.sh
#
# pymol、Uppsalaら
export PATH=/Appl/Linux/bin:$PATH
#
# shelx
export PATH=/Appl/Linux/shelx:$PATH

csh向け

/Appl/Common/Linux.csh

#!/bin/sh
#-----------------------------------------#
#
# ccp4
source /Appl/Linux/ccp4-6.3.0/bin/ccp4.setup-csh
#
# coot
setenv PATH /Appl/Linux/coot/bin:$PATH
#
# phenix
source /Appl/Linux/phenix/phenix-1.8-1069/phenix_env
#
# cns
source /Appl/Linux/cns_solve_1.3/cns_solve_env
#
# pymol、Uppsalaら
setenv PATH /Appl/Linux/bin:$PATH
#
# shelx
setenv PATH /Appl/Linux/shelx:$PATH

マシンごとへの対応

/etc/profile.dを使う

最新の60件
2026-01-18 2026-01-17 2026-01-16 2026-01-12 2026-01-11 2026-01-10 2026-01-09 2026-01-08 2026-01-06 2026-01-04 2026-01-01 2025-12-31 2025-12-28 2025-12-27 2025-12-12 2025-12-11 2025-12-09 2025-12-08 2025-12-07 2025-12-05 2025-11-30 2025-11-27 2025-11-24 2025-11-23 2025-11-18 2025-11-16 2025-11-05 2025-11-03 2025-11-02 2025-10-30 2025-10-29 2025-10-28 2025-10-26 2025-10-25 2025-10-24 2025-10-22 2025-10-21 2025-10-17 2025-10-13 2025-10-11 2025-10-06 2025-10-05

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2013-05-26 (日) 02:17:04