Index of /ftp/ccp4/6.4.0/ccp4-6.4.0/src/edstats

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]AUTHORS 2013-10-06 19:05 37  
[TXT]COMPILE.html 2013-10-06 19:05 2.7K 
[TXT]COPYING 2013-10-06 19:05 781  
[TXT]ChangeLog 2013-10-06 19:05 9.1K 
[   ]MANIFEST 2013-10-06 19:05 156  
[TXT]Makefile 2013-10-06 19:05 1.1K 
[   ]Makefile.am 2013-10-06 19:05 306  
[TXT]Makefile.ifort 2013-10-06 19:05 1.1K 
[TXT]Makefile.in 2013-10-06 19:05 26K 
[TXT]aclocal.m4 2013-10-06 19:05 23K 
[DIR]build-aux/ 2013-10-06 19:05 -  
[TXT]configure 2013-10-06 19:05 121K 
[   ]configure.ac 2013-10-06 19:05 492  
[TXT]edstats.html 2013-10-06 19:05 39K 
[   ]edstats.pl 2013-10-06 19:05 9.1K 
[   ]get-residue-stats.pl 2013-10-06 19:05 738  
[TXT]mtzfix.f 2013-10-06 19:05 20K 
[TXT]mtzfix.html 2013-10-06 19:05 6.4K 
[   ]mtzinfo.f 2013-10-06 19:05 7.9K 
[TXT]mtzinfo.html 2013-10-06 19:05 2.9K 
[   ]pdb-edstats.out 2013-10-06 19:05 22K 
[   ]percent-rank.pl 2013-10-06 19:05 2.6K 
[DIR]src/ 2013-10-06 19:05 -  

CCP4 Program Suite

  1. Installing the programs
  2. After unpacking the supplied tar/bzip2 archive, move the executables mtzinfo, mtzfix, and edstats, and the Perl scripts edstats.pl, get-residue-stats.pl and percent-rank.pl to some directory in your PATH variable, typically ~/bin if you will be the only user, or somewhere on a networked disk if you want to allow access by other users in your network.

    The executables should run on all Linux & OSX systems.  Sorry, I don't have the set-up needed to make a Windows version; hopefully this will be created once this becomes part of the standard CCP4 distribution.

  3. Re-compiling the programs
  4. This step should not normally be necessary, but if it is (for example after patching the source code), please follow the instructions in COMPILE.html .

  5. Running the programs
  6. If you have used a previous version of edstats please see the ChangeLog for any changes that may affect scripts you have already set up.

    The easiest way to run the programs is to use the supplied Perl script edstats.pl which requires the CCP4 environment to have been set up in the usual way (tested with version 6.x).  For all default options use:

    edstats.pl -hklin input.mtz -xyzin input.pdb >edstats.log
    where input.mtz & input.pdb are the outputs from the refinement (tested with Buster & Refmac only).  To see all the options, type the name of the script without arguments; also see the 'Input' and 'Input files' sections in the program documentation edstats.html .

  7. Analysing the output metrics
  8. The supplied Perl script percent-rank.pl extracts a small subset of the overall metrics from the standard output, compares the results with a pre-calculated set in the supplied data file pdb-edstats.out, and for each metric prints out the per-cent rank, for example:
    percent-rank.pl edstats.log
    See the 'Analysing the standard output' section in the program documentation edstats.html for details.

    For visualising the per-residue metrics (in the file edstats.out for the example in the previous section) see the 'Output files' section in the program documentation edstats.html .

  9. Interpreting the results
  10. See the 'Interpreting the per-residue metrics' section in the program documentation edstats.html .