- Protein crystallography
Main steps: - Protein purification - Crystallisation
Special: - Programs for crystallography - X-ray detectors
Basic tutorials: - Chemistry - Protein - Peptide - Amino Acids
Xtal community: - CCP4BB
|
Subject: Re: Problem sourcing From: "William G {- dot -} Scott" wgscott {- at -} CHEMISTRY {- dot -} UCSC {- dot -} EDU Date: 2009-03-27
On Mar 27, 2009, at 11:52 AM, Phan, Jason wrote:
> > Setenv PATH ${PATH}:${XIA2CORE_ROOT}/Test
try replacing this with
> setenv PATH "${PATH}":"${XIA2CORE_ROOT}/Test"
setenv needs to be all lower case, and the double quotes permit spaces in the path (assuming that is the problem)
|