pairef


Namepairef JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://pairef.fjfi.cvut.cz/
SummaryAutomatic PAIRed REFinement protocol
upload_time2024-04-17 10:28:39
maintainerNone
docs_urlNone
authorMartin Maly
requires_pythonNone
licenseGNU Lesser General Public License v3 (LGPLv3)
keywords macromolecular crystallography research
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            *PAIREF*
========

*Automatic PAIRed REFinement protocol*

*PAIREF* is a tool for macromolecular crystallographers that performs the *PAIRed REFinement protocol* [1]_ automatically to estimate the optimal high-resolution cutoff. It is developed in Python and can be installed as a module into the `Computational Crystallography Toolbox <https://cci.lbl.gov/cctbx_docs/index.html>`_. It provides graphical and command-line interface that executes all the needed calculations. Parameters of refinement can be specified in detail to put all the calculations under full control of the user. Obtained results are presented as plots and tables in HTML log file. *PAIREF* supports `REFMAC5 <http://www.ccp4.ac.uk/html/refmac5.html>`_ (part of the `CCP4 Software Suite <http://www.ccp4.ac.uk/>`_) and `phenix.refine <https://www.phenix-online.org/documentation/reference/refinement.html>`_ (part of the `PHENIX <https://www.phenix-online.org/documentation/reference/refinement.html>`_) for structure model refinement.

.. image:: README_images/example_gui.gif

.. image:: README_images/example_head.gif

.. image:: README_images/example_free_work.gif

.. [1] `P.A. Karplus, K. Diederichs: "Linking crystallographic model and data quality." (2012) Science, 336(6084):1030-3. <https://science.sciencemag.org/content/336/6084/1030>`_

Installation and system requirements
------------------------------------

*PAIREF* depends on the `CCP4 Software Suite <http://www.ccp4.ac.uk/>`_ or `PHENIX <https://www.phenix-online.org/documentation/reference/refinement.html>`_. Both contain the `Computational Crystallography Toolbox <https://cci.lbl.gov/cctbx_docs/index.html>`_ with Python and `pip <https://pip.pypa.io/en/stable/>`_). *PAIREF* works with both Python 2 and Python 3.

*PAIREF* can be easily installed running command :code:`cctbx.python -m pip install pairef --user --no-deps` in terminal (GNU/Linux, macOS) or CCP4Console (Windows). More information are available in `documentation <https://pairef.fjfi.cvut.cz/docs/installation.html>`_. Check also the *PAIREF* homepage at `<https://pairef.fjfi.cvut.cz/>`_ and `PyPI repository <https://pypi.org/project/pairef/>`_.

Example
-------

To run paired refinement of a model (previously refined at 1.81 Å) for a series of cutoffs (1.7, 1.6, and 1.5 Å), execute a following command:

.. code ::

   cctbx.python -m pairef --XYZIN model_1-81A.pdb --HKLIN data_1-5A.mtz --HKLIN_UNMERGED data_1-5A_unmerged.mtz -i 1.81 -r 1.7,1.6,1.5

For detailed information about other program parameters, read the documentation available at `<http://pairef.fjfi.cvut.cz/docs>`_.

Credits and contact
-------------------

Please refer: M. Maly, K. Diederichs, J. Dohnalek, P. Kolenko: `Paired refinement under the control of PAIREF <https://journals.iucr.org/m/issues/2020/04/00/mf5044/index.html>`_ (2020) *IUCrJ* **7**

*PAIREF* is developed by Martin Malý in collaboration of Czech Technical University, Czech Academy of Sciences, and University of Konstanz. In case of any questions or problems, please do not hesitate and write us: `martin.maly@fjfi.cvut.cz <mailto:martin.maly@fjfi.cvut.cz>`_.



            

Raw data

            {
    "_id": null,
    "home_page": "https://pairef.fjfi.cvut.cz/",
    "name": "pairef",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "macromolecular crystallography, research",
    "author": "Martin Maly",
    "author_email": "martin.maly@fjfi.cvut.cz",
    "download_url": "https://files.pythonhosted.org/packages/6d/22/71c1e7486a2bd9cfed887a8e07c71b237bf987a3c82f89a9c1feb24e092c/pairef-1.4.0.tar.gz",
    "platform": null,
    "description": "*PAIREF*\n========\n\n*Automatic PAIRed REFinement protocol*\n\n*PAIREF* is a tool for macromolecular crystallographers that performs the *PAIRed REFinement protocol* [1]_ automatically to estimate the optimal high-resolution cutoff. It is developed in Python and can be installed as a module into the `Computational Crystallography Toolbox <https://cci.lbl.gov/cctbx_docs/index.html>`_. It provides graphical and command-line interface that executes all the needed calculations. Parameters of refinement can be specified in detail to put all the calculations under full control of the user. Obtained results are presented as plots and tables in HTML log file. *PAIREF* supports `REFMAC5 <http://www.ccp4.ac.uk/html/refmac5.html>`_ (part of the `CCP4 Software Suite <http://www.ccp4.ac.uk/>`_) and `phenix.refine <https://www.phenix-online.org/documentation/reference/refinement.html>`_ (part of the `PHENIX <https://www.phenix-online.org/documentation/reference/refinement.html>`_) for structure model refinement.\n\n.. image:: README_images/example_gui.gif\n\n.. image:: README_images/example_head.gif\n\n.. image:: README_images/example_free_work.gif\n\n.. [1] `P.A. Karplus, K. Diederichs: \"Linking crystallographic model and data quality.\" (2012) Science, 336(6084):1030-3. <https://science.sciencemag.org/content/336/6084/1030>`_\n\nInstallation and system requirements\n------------------------------------\n\n*PAIREF* depends on the `CCP4 Software Suite <http://www.ccp4.ac.uk/>`_ or `PHENIX <https://www.phenix-online.org/documentation/reference/refinement.html>`_. Both contain the `Computational Crystallography Toolbox <https://cci.lbl.gov/cctbx_docs/index.html>`_ with Python and `pip <https://pip.pypa.io/en/stable/>`_). *PAIREF* works with both Python 2 and Python 3.\n\n*PAIREF* can be easily installed running command :code:`cctbx.python -m pip install pairef --user --no-deps` in terminal (GNU/Linux, macOS) or CCP4Console (Windows). More information are available in `documentation <https://pairef.fjfi.cvut.cz/docs/installation.html>`_. Check also the *PAIREF* homepage at `<https://pairef.fjfi.cvut.cz/>`_ and `PyPI repository <https://pypi.org/project/pairef/>`_.\n\nExample\n-------\n\nTo run paired refinement of a model (previously refined at 1.81 \u00c5) for a series of cutoffs (1.7, 1.6, and 1.5 \u00c5), execute a following command:\n\n.. code ::\n\n   cctbx.python -m pairef --XYZIN model_1-81A.pdb --HKLIN data_1-5A.mtz --HKLIN_UNMERGED data_1-5A_unmerged.mtz -i 1.81 -r 1.7,1.6,1.5\n\nFor detailed information about other program parameters, read the documentation available at `<http://pairef.fjfi.cvut.cz/docs>`_.\n\nCredits and contact\n-------------------\n\nPlease refer: M. Maly, K. Diederichs, J. Dohnalek, P. Kolenko: `Paired refinement under the control of PAIREF <https://journals.iucr.org/m/issues/2020/04/00/mf5044/index.html>`_ (2020) *IUCrJ* **7**\n\n*PAIREF* is developed by Martin Mal\u00fd in collaboration of Czech Technical University, Czech Academy of Sciences, and University of Konstanz. In case of any questions or problems, please do not hesitate and write us: `martin.maly@fjfi.cvut.cz <mailto:martin.maly@fjfi.cvut.cz>`_.\n\n\n",
    "bugtrack_url": null,
    "license": "GNU Lesser General Public License v3 (LGPLv3)",
    "summary": "Automatic PAIRed REFinement protocol",
    "version": "1.4.0",
    "project_urls": {
        "Homepage": "https://pairef.fjfi.cvut.cz/"
    },
    "split_keywords": [
        "macromolecular crystallography",
        " research"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6d2271c1e7486a2bd9cfed887a8e07c71b237bf987a3c82f89a9c1feb24e092c",
                "md5": "d01b8f007b66356bd9aff6485ada90b5",
                "sha256": "780965dfedf38b1487926d3d57aafada5e335aac8d790201fc6809fa75bb31b5"
            },
            "downloads": -1,
            "filename": "pairef-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d01b8f007b66356bd9aff6485ada90b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1216643,
            "upload_time": "2024-04-17T10:28:39",
            "upload_time_iso_8601": "2024-04-17T10:28:39.568957Z",
            "url": "https://files.pythonhosted.org/packages/6d/22/71c1e7486a2bd9cfed887a8e07c71b237bf987a3c82f89a9c1feb24e092c/pairef-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-17 10:28:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pairef"
}
        
Elapsed time: 0.27607s