Re: [ccp4bb] imosflm STARTDIR

2009-03-19 Thread Williams, MA (Mark)
@JISCMAIL.AC.UK Subject: Re: [ccp4bb] imosflm STARTDIR You could try something like this (bash/zsh/sh): alias imosflm='MOSDIR=${PWD} imosflm' The single quotes are required for it to do the right thing. Bill On Mar 18, 2009, at 6:49 AM, James Foadi wrote: Dear MOSFLM/IMOSFLM people, when I start

Re: [ccp4bb] imosflm STARTDIR

2009-03-19 Thread Harry Powell
Message- From: CCP4 bulletin board [mailto:ccp...@jiscmail.ac.uk] On Behalf Of William G. Scott Sent: 18 March 2009 17:17 To: CCP4BB@JISCMAIL.AC.UK Subject: Re: [ccp4bb] imosflm STARTDIR You could try something like this (bash/zsh/sh): alias imosflm='MOSDIR=${PWD} imosflm' The single quotes

[ccp4bb] imosflm STARTDIR

2009-03-18 Thread James Foadi
Dear MOSFLM/IMOSFLM people, when I start the new version of imosflm I expect it to dump files and to search all files starting from the current directory. This doesn't seem to be the case. It appears it always starts from MOSDIR. I my imosflm.tcl the line related to STARTDIR is: set STARTDIR

Re: [ccp4bb] imosflm STARTDIR

2009-03-18 Thread William G. Scott
You could try something like this (bash/zsh/sh): alias imosflm='MOSDIR=${PWD} imosflm' The single quotes are required for it to do the right thing. Bill On Mar 18, 2009, at 6:49 AM, James Foadi wrote: Dear MOSFLM/IMOSFLM people, when I start the new version of imosflm I expect it to