[sharp-discuss] Free Flag error problem

Clemens Vonrhein vonrhein@globalphasing.com
Tue, 23 Sep 2003 08:40:06 +0100


--iVCmgExH7+hIHJ1A
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Hi,

yes it seems to be a problem in a fix suggested on the CCP4 www pages
(http://www.ccp4.ac.uk/problems.html#4.2.2-libs) regarding
$CCP4/lib/src/parser.f. the suggested fix

***************
*** 294,300 ****
            NINCHR =3D 0
          ENDIF
          FIRST =3D .TRUE.
!         GO TO 20
        END IF=20
  C
  C---- Test if first field begins '@' and include file if so
--- 294,300 ----
            NINCHR =3D 0
          ENDIF
          FIRST =3D .TRUE.
!         IF(LENLIN.EQ.0) GO TO 20
        END IF=20
  C
  C---- Test if first field begins '@' and include file if so

should probably read

***************
*** 294,300 ****
            NINCHR =3D 0
          ENDIF
          FIRST =3D .TRUE.
!         GO TO 20
        END IF=20
  C
  C---- Test if first field begins '@' and include file if so
--- 294,300 ----
            NINCHR =3D 0
          ENDIF
          FIRST =3D .TRUE.
!         IF(N.EQ.0) GO TO 20
        END IF=20
  C
  C---- Test if first field begins '@' and include file if so

This suggested fix also crept into my ccp4-4.2.2-cv9 patch (will be
gone in the next update). So you need to change that line in
$CCP4/lib/src/parser.f and recompile CCP4. It seems to work fine for
me.

Cheers

Clemens

On Mon, Sep 22, 2003 at 07:22:19PM -0300, chsfarah wrote:
> Dear Sir or Madam,
>=20
> When we try and run autosharp, we get an error message at the
> early stage of the data analysis (test data set
> construction).
>=20
> The message reads:
>=20
>=20
>=20
> FREERFLAG:  Unrecognised keyword
>=20
>=20
> ##############################################################
> #
>=20
> ##############################################################
> #
>=20
> ##############################################################
> #
>  ### CCP4 4.2: FREERFLAG
> version 4.2       : 04/11/02##
>=20
> ##############################################################
> #
>=20
> User:   Run date: 22/ 9/03  Run
> time:17:56:16
>=20
>=20
> Please reference: Collaborative
> Computational Project, Number 4. 1994.
> "The CCP4 Suite: Programs for Protein
> Crystallography". Acta Cryst. D50,
> 760-763.
>=20
> as well as any specific reference in
> the program write-up.
>=20
>=20
>=20
>  Comment line--- !FREE 0.05
>  Data line--- !FREE 0.05
>  FREERFLAG:  Unrecognised keyword
>  Times: User:       0.0s System:
> 0.0s Elapsed:    0:00
>=20
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>=20
>=20
> What should/can I do??
>=20
> Thanks
>=20
> C. Farah
>=20
>=20
>=20
>=20
>=20
> ---
> Acabe com aquelas janelinhas que pulam na sua tela.
> AntiPop-up UOL - =C9 gr=E1tis!
> http://antipopup.uol.com.br
>=20
>=20
> _______________________________________________
> sharp-discuss mailing list
> sharp-discuss@globalphasing.com
> http://www.globalphasing.com/mailman/listinfo/sharp-discuss

--=20

***************************************************************
* Clemens Vonrhein, Ph.D.     vonrhein AT GlobalPhasing DOT com
*
*  Global Phasing Ltd.
*  Sheraton House, Castle Park=20
*  Cambridge CB3 0AX, UK
*--------------------------------------------------------------
* BUSTER Development Group      (http://www.globalphasing.com)
***************************************************************

--iVCmgExH7+hIHJ1A
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/b/jW4f+nTPEF25QRAmKEAJ9O4dOQoFsj3OsCH9LE0JhNEI9M5gCfXvxP
Nd3FtQ83ZR2Fz7qDvsNVPNI=
=QOJl
-----END PGP SIGNATURE-----

--iVCmgExH7+hIHJ1A--