recipe libcifpp

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.

package libcifpp

(downloads) docker_libcifpp

Versions:
10.0.0-09.0.6-19.0.6-09.0.5-19.0.5-09.0.4-09.0.3-09.0.2-09.0.1-0

10.0.0-09.0.6-19.0.6-09.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-38.0.1-28.0.1-18.0.1-08.0.0-18.0.0-07.0.9-37.0.9-17.0.9-07.0.8-17.0.8-07.0.7-07.0.6-07.0.5-07.0.4-17.0.4-07.0.3-05.0.0-25.0.0-15.0.0-04.2.2-04.2.0-14.2.0-04.1.1-04.0.0-03.0.3-03.0.0-0

Depends:
  • on libboost >=1.86.0,<1.87.0a0

  • on libgcc >=14

  • on libsqlite >=3.51.2,<4.0a0

  • on libstdcxx >=14

  • on libzlib >=1.3.1,<2.0a0

  • on pcre2 >=10.47,<10.48.0a0

Additional platforms:
linux-aarch64osx-arm64

Installation

You need a conda-compatible package manager (currently either pixi, conda, or micromamba) and the Bioconda channel already activated (see Usage). Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).

Pixi

With pixi installed and the Bioconda channel set up (see Usage), to install globally, run:

pixi global install libcifpp

to add into an existing workspace instead, run:

pixi add libcifpp

In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace:

pixi workspace channel add conda-forge
pixi workspace channel add bioconda

Conda

With conda installed and the Bioconda channel set up (see Usage), to install into an existing and activated environment, run:

conda install libcifpp

Alternatively, to install into a new environment, run:

conda create -n envname libcifpp

with envname being the name of the desired environment.

Container

Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime. For e.g. docker, run:

docker pull quay.io/biocontainers/libcifpp:<tag>

(see libcifpp/tags for valid values for <tag>).

Integrated deployment

Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment. Thus, workflow steps can be often directly annotated to use the package, leading to automatic deployment by the respective workflow management system, thereby improving reproducibility and transparency. Check the documentation of your workflow management system to find out about the integration.

Download stats