You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(currently either `pixi <https://pixi.sh>`__, `conda <https://docs.conda.io/projects/conda>`__, or `micromamba <https://mamba.readthedocs.io>`__)
54
+
and the Bioconda channel already activated (see :ref:`bioconda_setup`).
55
+
Below, we show how to install with either pixi or conda (for micromamba and mamba, commands are essentially the same as with conda).
56
+
57
+
Pixi
58
+
""""
59
+
60
+
With pixi_ installed and the Bioconda channel set up (see :ref:`bioconda_setup`),
61
+
to install globally, run::
62
+
63
+
pixi global install caalm
64
+
65
+
to add into an existing workspace instead, run::
66
+
67
+
pixi add caalm
68
+
69
+
In the latter case, make sure to first add bioconda and conda-forge to the channels considered by the workspace::
70
+
71
+
pixi workspace channel add conda-forge
72
+
pixi workspace channel add bioconda
73
+
74
+
Conda
75
+
"""""
76
+
77
+
With conda_ installed and the Bioconda channel set up (see :ref:`bioconda_setup`), to install into an existing and activated environment, run::
78
+
79
+
conda install caalm
80
+
81
+
Alternatively, to install into a new environment, run::
82
+
83
+
conda create -n envname caalm
84
+
85
+
with ``envname`` being the name of the desired environment.
86
+
87
+
Container
88
+
"""""""""
89
+
90
+
Alternatively, every Bioconda package is available as a container image for usage with your preferred container runtime.
91
+
For e.g. docker, run::
92
+
93
+
docker pull quay.io/biocontainers/caalm:<tag>
94
+
95
+
(see `caalm/tags`_ for valid values for ``<tag>``).
96
+
97
+
Integrated deployment
98
+
"""""""""""""""""""""
99
+
100
+
Finally, note that many scientific workflow management systems directly integrate both conda and container based software deployment.
101
+
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.
102
+
Check the documentation of your workflow management system to find out about the integration.
Render an |install-with-bioconda| badge with the following MarkDown::
136
+
137
+
[](http://bioconda.github.io/recipes/caalm/README.html)
0 commit comments