10 lines
248 B
Plaintext
Executable File
10 lines
248 B
Plaintext
Executable File
#/bin/bash
|
|
#source /opt/gfa/python
|
|
source anaconda_env
|
|
export PYTHONPATH=$PYTHONPATH:/sf/bernina/config/src/python
|
|
ipython --pylab --no-banner -c "\
|
|
from eco_bams_bpms.instruments import bernina;\
|
|
import eco_bams_bpms.instruments.bernina *;\
|
|
" -i
|
|
|