Skip to content

Commit bb2f836

Browse files
ndg63276Mark Williams
andauthored
LIMS-1529: Fix fast ep model viewer (#858)
Co-authored-by: Mark Williams <[email protected]>
1 parent 37dd413 commit bb2f836

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

api/scripts/mtz2map.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ else
1414
fi
1515
fi
1616

17+
#export CCP4_MASTER=/dls_sw/apps/ccp4/<ccp4 version>
18+
export CCP4_MASTER=$5
19+
export CINCL=$CCP4_MASTER/include
20+
export CLIBD=$CCP4_MASTER/lib/data
21+
22+
export CCP4_SCR=/tmp
23+
export root=$CCP4_MASTER/bin
24+
1725
if [ $3 == 'dimple' -o $3 == 'mrbump' ]; then
1826

1927
if [ -f $4 ]; then
@@ -28,14 +36,6 @@ else
2836
fi
2937
fi
3038

31-
#export CCP4_MASTER=/dls_sw/apps/ccp4/<ccp4 version>
32-
export CCP4_MASTER=$5
33-
export CINCL=$CCP4_MASTER/include
34-
export CLIBD=$CCP4_MASTER/lib/data
35-
36-
export CCP4_SCR=/tmp
37-
export root=$CCP4_MASTER/bin
38-
3939
if [ $3 == 'dimple' ]; then
4040

4141
if $root/mtzinfo $mtz | grep -q PH2FOFCWT; then

0 commit comments

Comments
 (0)