|
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 *** |
