diff options
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" |