diff options
Diffstat (limited to 'sci-chemistry/ccpn/files/xeasy2azara')
-rw-r--r-- | sci-chemistry/ccpn/files/xeasy2azara | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sci-chemistry/ccpn/files/xeasy2azara b/sci-chemistry/ccpn/files/xeasy2azara new file mode 100644 index 000000000000..68db2bf57695 --- /dev/null +++ b/sci-chemistry/ccpn/files/xeasy2azara @@ -0,0 +1,8 @@ +#!/bin/bash + +export CCPNMR_TOP_DIR=gentoo_sitedir +export PYTHONPATH=.:${CCPNMR_TOP_DIR}/ccpn/python +export LD_LIBRARY_PATH=gentoolibdir +export TCL_LIBRARY=gentootcl +export TK_LIBRARY=gentootk +gentoopython -O ${CCPNMR_TOP_DIR}/ccpn/python/ccp/format/spectra/params/XeasyData.py $1 $2 $3 $4 $5 $6 |