diff options
author | 2009-02-03 17:28:06 +0100 | |
---|---|---|
committer | 2009-02-03 17:28:06 +0100 | |
commit | 01bd5053ba9903e328973ba68a1488fc0587c1e1 (patch) | |
tree | 2a57f4d27ce47ed6f4a55a6b591e5e8edf7aa664 /sci-chemistry/nmrpipe/files/env-nmrpipe | |
parent | Revert "Revert "sci-chemistry/ccpn numpy USE flag removed"" (diff) | |
download | sci-01bd5053ba9903e328973ba68a1488fc0587c1e1.tar.gz sci-01bd5053ba9903e328973ba68a1488fc0587c1e1.tar.bz2 sci-01bd5053ba9903e328973ba68a1488fc0587c1e1.zip |
x11-libs/xview bump and sci-chemistry/nmrpipe
Diffstat (limited to 'sci-chemistry/nmrpipe/files/env-nmrpipe')
-rw-r--r-- | sci-chemistry/nmrpipe/files/env-nmrpipe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sci-chemistry/nmrpipe/files/env-nmrpipe b/sci-chemistry/nmrpipe/files/env-nmrpipe new file mode 100644 index 000000000..beb9d707e --- /dev/null +++ b/sci-chemistry/nmrpipe/files/env-nmrpipe @@ -0,0 +1,23 @@ +# Platform +BINTYPE="linux9" + +# NMRPipe +NMRBASE="/opt/nmrpipe" +NMRTXT="${NMRBASE}/nmrtxt" +MANPATH="${NMRBASE}/man" +PATH="${NMRBASE}/bin" +# Auxiliary NMRPipe scripts +# PATH="${PATH}:${NMRBASE}/com" + +# Dynamo +DYNAMO_DIR="${NMRBASE}/dynamo" +DYNAMO_PARAMS="${DYNAMO_DIR}/params" +SURF_DIR="${DYNAMO_DIR}/surface" +PATH="${PATH}:${DYNAMO_DIR}/tcl" +DYNAMO_KEY="2002084" + +# PDBH +PDBH_BASE="${NMRBASE}/pdb" +PDBH_DIR="${PDBH_BASE}/pdbH" +PDBH_LIST="${PDBH_BASE}/pdbH.list" +PDBH_TAB="${PDBH_BASE}/resolution.tab" |