blob: 828ed4e64ae905374c995c5c31b43eb53d3c0f64 (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/bash
export CCPNMR_TOP_DIR=gentoo_sitedir
export PYTHONPATH=.:${CCPNMR_TOP_DIR}/ccpn/python
export TCL_LIBRARY=gentootcl
export TK_LIBRARY=gentootk
export PSIPRED_DIR=gentoousr
gentoopython -i -O ${CCPNMR_TOP_DIR}/ccpn/python/ccpnmr/analysis/AnalysisGui.py $1 $2 $3 $4 $5 $6
|