Dear Ines,

we have seen this error under the conditions, that the nominal resolution is 3.0 angs. But there is an easy solution to that. Please go to your
$warpbin path and change the script file 'warp_helices.sh' as follows:

change the line
set res_max = `printl ${res_max} | awk '{if ($1<3.0) print 3.0} {if ($1>3.0) print $1}'`
to
set res_max = `printl ${res_max} | awk '{if ($1<3.0) print 3.0} {if ($1>=3.0) print $1}'`

This should make your job work. Otherwise please provide more details.

Greetings from Hamburg,
Gerrit.

Ines Gallay wrote:
***  For details on how to be removed from this list visit the  ***
***          CCP4 home page http://www.ccp4.ac.uk         ***


Hi all,
I am trying to run the helixbuild within ARP/wARP using the CCP4i (program suite 5.). The process failed with the error messages :

FFT:   **** Fatal error in input cards ****
Times: User:       0.1s System:    0.0s Elapsed:     0:00
and also in the log file :

Data line--- GRID SAMPLE 0
** GRID sampling must be at least 2 **

But the grid sample is automatically input to FFT.
How modifier the input grid sample card?

Cheers

Inés




Reply via email to