Skip to content
Snippets Groups Projects
Select Git revision
  • 19-python-3-support
  • master default protected
  • 3-uniformization-of-docs-between-aria-and-conbox
  • korpe
  • 39-support-ss-type-format-for-secondary-structure-predictions
  • 37-remove-annoying-aria2-pickler-warnings
  • production
  • 12-unittests
  • benchmark_version
  • 0.1.0
  • v0.0.21
  • v0.0.20
  • v0.0.19
  • v0.0.18
  • v0.0.17
  • v0.0.16
  • v0.0.15
  • v0.0.14
  • v0.0.13
  • v0.0.12
  • v0.0.11
  • v0.0.10
  • v0.0.9
  • v0.0.8
  • v0.0.7
  • v0.0.6
  • v0.0.5
  • v0.0.4
28 results

ariaec

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Fabrice ALLAIN authored
    11c48e6b
    History

    de Novo Ambiguous Restraints for Iterative Assignment

    A pipeline for automated de novo contact map assignment

    pipeline status coverage report documentation aria paper

    ariaec is a Python library that provides de novo structure prediction based on ARIA pipeline and evolutionary restraints inferred from co-evolution.

    The package add a new command line interface aside the usual ARIA commands in order to convert data, setup an ARIA project with evolutionary restraints, analyze contact maps or protein structures or generate statistics from a culled list of PDB files.

    Quick Start

    Be sure to check if the following packages are correctly installed with your python installation or virtual environment.

    • pip (>= 18.0)
    • git (>= 2.0)
    • cns-solve (1.21)
    • ccpnmr analysis (optional)
    • ccpn data model (optional)

    Then the easiest solution is to call the pip command below :

    pip install --user git+http://gitlab.pasteur.fr/bis-aria/ariaec.git

    For more information about installation and usage, please refer to the ARIAEC documentation

    ARIA contains patches for CNS-solve which needs to be compiled after the installation. Please follow post installation instructions.

    Contributing

    Please read guidelines for contributing for any suggestions or bug report.