:orphan: .. only available via index, not via toctree .. title:: Package Recipe 'libcifpp' .. highlight: bash libcifpp ======== .. conda:recipe:: libcifpp :replaces_section_title: :noindex: Library containing code to manipulate mmCIF and PDB files. :homepage: https://github.com/PDB-REDO/libcifpp :documentation: https://pdb-redo.github.io/libcifpp :license: BSD / BSD-2-Clause :recipe: /`libcifpp `_/`meta.yaml `_ This library\, libcifpp\, is a generic CIF library with some specific additions to work with mmCIF files. The main focus of this library is to make sure that files read or written are valid. That is\, they are syntactically valid and their content is valid with respect to a CIF dictionary\, if such a dictionary is available and specified. .. conda:package:: libcifpp |downloads_libcifpp| |docker_libcifpp| :versions: .. raw:: html
9.0.5-19.0.5-09.0.4-09.0.3-09.0.2-09.0.1-09.0.0-08.0.1-58.0.1-3 ``9.0.5-1``,  ``9.0.5-0``,  ``9.0.4-0``,  ``9.0.3-0``,  ``9.0.2-0``,  ``9.0.1-0``,  ``9.0.0-0``,  ``8.0.1-5``,  ``8.0.1-3``,  ``8.0.1-2``,  ``8.0.1-1``,  ``8.0.1-0``,  ``8.0.0-1``,  ``8.0.0-0``,  ``7.0.9-3``,  ``7.0.9-1``,  ``7.0.9-0``,  ``7.0.8-1``,  ``7.0.8-0``,  ``7.0.7-0``,  ``7.0.6-0``,  ``7.0.5-0``,  ``7.0.4-1``,  ``7.0.4-0``,  ``7.0.3-0``,  ``5.0.0-2``,  ``5.0.0-1``,  ``5.0.0-0``,  ``4.2.2-0``,  ``4.2.0-1``,  ``4.2.0-0``,  ``4.1.1-0``,  ``4.0.0-0``,  ``3.0.3-0``,  ``3.0.0-0`` .. raw:: html
:depends libboost: ``>=1.86.0,<1.87.0a0`` :depends libgcc: ``>=13`` :depends libstdcxx: ``>=13`` :depends libzlib: ``>=1.3.1,<2.0a0`` :depends pcre2: ``>=10.44,<10.45.0a0`` :requirements: :additional platforms: .. raw:: html linux-aarch64osx-arm64 .. rubric:: Installation You need a conda-compatible package manager (currently either `micromamba `_, `mamba `_, or `conda `_) and the Bioconda channel already activated (see :ref:`set-up-channels`). While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see `here `_ for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others. Given that you already have a conda environment in which you want to have this package, install with:: mamba install libcifpp and update with:: mamba update libcifpp To create a new environment, run:: mamba create --name myenvname libcifpp with ``myenvname`` being a reasonable name for the environment (see e.g. the `mamba docs `_ for details and further options). Alternatively, use the docker container:: docker pull quay.io/biocontainers/libcifpp: (see `libcifpp/tags`_ for valid values for ````) .. |downloads_libcifpp| image:: https://img.shields.io/conda/dn/bioconda/libcifpp.svg?style=flat :target: https://anaconda.org/bioconda/libcifpp :alt: (downloads) .. |docker_libcifpp| image:: https://quay.io/repository/biocontainers/libcifpp/status :target: https://quay.io/repository/biocontainers/libcifpp .. _`libcifpp/tags`: https://quay.io/repository/biocontainers/libcifpp?tab=tags .. raw:: html Download stats ----------------- .. raw:: html :file: ../../templates/package_dashboard.html Link to this page ----------------- Render an |install-with-bioconda| badge with the following MarkDown:: [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/libcifpp/README.html) .. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat :target: http://bioconda.github.io/recipes/libcifpp/README.html