This wrapper works for me

Phil

#!/bin/csh -f
#
# LMB wrapper script for Coot
#

if ($MACHTYPE == 'x86_64') then
   set COOT_TOP = $COOT_HOME/Coot64
else
   set COOT_TOP = $COOT_HOME/Coot32
endif

if (! $?COOT_REFMAC_LIB_DIR) then
# Dictionary location not set, use the Coot dictionaries
  setenv COOT_REFMAC_LIB_DIR $COOT_TOP/share/coot/lib
endif

echo "*** In Coot wrapper script, dictionary files set to " $COOT_REFMAC_LIB_DIR

exec $COOT_TOP/bin/coot $argv



On 17 Aug 2011, at 15:32, Justin Lecher wrote:

> On 17/08/11 16:18, Eric Karg wrote:
>> Dear all,
>> 
>> Is there a way to make COOT use it's own libraries and not the ones from 
>> ccp4 which is the default? I've tried using the command export 
>> COOT_REFMAC_LIB_DIR=//path/to/coot//share/coot/lib (mentioned elsewhere) but 
>> it doesn't work.
>> 
>> Thanks
>> 
>> Eric
> 
> Try also set CLIBD_MON to that path.
> 
> justin
> 
> 
> -- 
> Justin Lecher
> Institute of Complex Systems
> ICS-6 Structural Biochemistry
> Research Centre Juelich
> 52425 Juelich, Germany
> phone: +49 2461 61 2117
> 
> 

Reply via email to