Skip to content

Commit dce4422

Browse files
committed
Updated docs to commit aa5a32773fe7237ed1ffdb0ead92fb098f21868d
1 parent 62e0971 commit dce4422

File tree

36 files changed

+5178
-2961
lines changed

36 files changed

+5178
-2961
lines changed

_sources/recipes/babappalign/README.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ babappalign
2727

2828

2929

30-
``1.0.4-0``,  ``1.0.0-0``
30+
``1.1.3-0``,  ``1.0.4-0``,  ``1.0.0-0``
3131

3232

3333

@@ -92,7 +92,7 @@ babappalign
9292

9393
<script>
9494
var package = "babappalign";
95-
var versions = ["1.0.4","1.0.0"];
95+
var versions = ["1.1.3","1.0.4","1.0.0"];
9696
</script>
9797

9898

Lines changed: 115 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,115 @@
1+
:orphan: .. only available via index, not via toctree
2+
3+
.. title:: Package Recipe 'bioconductor-anndatar'
4+
.. highlight: bash
5+
6+
bioconductor-anndatar
7+
=====================
8+
9+
.. conda:recipe:: bioconductor-anndatar
10+
:replaces_section_title:
11+
:noindex:
12+
13+
AnnData interoperability in R
14+
15+
:homepage: https://bioconductor.org/packages/3.22/bioc/html/anndataR.html
16+
:license: MIT + file LICENSE
17+
:recipe: /`bioconductor-anndatar <https://github.com/bioconda/bioconda-recipes/tree/master/recipes/bioconductor-anndatar>`_/`meta.yaml <https://github.com/bioconda/bioconda-recipes/tree/master/recipes/bioconductor-anndatar/meta.yaml>`_
18+
19+
Bring the power and flexibility of AnnData to the R ecosystem\, allowing you to effortlessly manipulate and analyse your single\-cell data. This package lets you work with backed h5ad and zarr files\, directly access various slots \(e.g. X\, obs\, var\)\, or convert the data into SingleCellExperiment and Seurat objects.
20+
21+
22+
.. conda:package:: bioconductor-anndatar
23+
24+
|downloads_bioconductor-anndatar| |docker_bioconductor-anndatar|
25+
26+
:versions:
27+
28+
29+
30+
``1.0.0-0``
31+
32+
33+
34+
35+
:depends r-base: ``>=4.5,<4.6.0a0``
36+
:depends r-cli:
37+
:depends r-lifecycle:
38+
:depends r-matrix:
39+
:depends r-purrr:
40+
:depends r-r6: ``>=2.4.0``
41+
:depends r-reticulate: ``>=1.41.1``
42+
:depends r-rlang:
43+
:requirements:
44+
45+
:additional platforms:
46+
47+
48+
.. rubric:: Installation
49+
50+
You need a conda-compatible package manager
51+
(currently either `micromamba <https://mamba.readthedocs.io>`_, `mamba <https://mamba.readthedocs.io>`_, or `conda <https://docs.conda.io/projects/conda>`_)
52+
and the Bioconda channel already activated (see :ref:`set-up-channels`).
53+
54+
While any of above package managers is fine, it is currently recommended to use either
55+
micromamba or mamba (see `here <https://mamba.readthedocs.io>`_ for installation instructions).
56+
We will show all commands using mamba below, but the arguments are the same for the two
57+
others.
58+
59+
Given that you already have a conda environment in which you want to have this package, install with::
60+
61+
mamba install bioconductor-anndatar
62+
63+
and update with::
64+
65+
mamba update bioconductor-anndatar
66+
67+
To create a new environment, run::
68+
69+
mamba create --name myenvname bioconductor-anndatar
70+
71+
with ``myenvname`` being a reasonable name for the environment
72+
(see e.g. the `mamba docs <https://mamba.readthedocs.io>`_ for details and further options).
73+
74+
Alternatively, use the docker container::
75+
76+
docker pull quay.io/biocontainers/bioconductor-anndatar:<tag>
77+
78+
(see `bioconductor-anndatar/tags`_ for valid values for ``<tag>``)
79+
80+
81+
.. |downloads_bioconductor-anndatar| image:: https://img.shields.io/conda/dn/bioconda/bioconductor-anndatar.svg?style=flat
82+
:target: https://anaconda.org/bioconda/bioconductor-anndatar
83+
:alt: (downloads)
84+
.. |docker_bioconductor-anndatar| image:: https://quay.io/repository/biocontainers/bioconductor-anndatar/status
85+
:target: https://quay.io/repository/biocontainers/bioconductor-anndatar
86+
.. _`bioconductor-anndatar/tags`: https://quay.io/repository/biocontainers/bioconductor-anndatar?tab=tags
87+
88+
89+
.. raw:: html
90+
91+
<script>
92+
var package = "bioconductor-anndatar";
93+
var versions = ["1.0.0"];
94+
</script>
95+
96+
97+
98+
99+
100+
101+
Download stats
102+
-----------------
103+
104+
.. raw:: html
105+
:file: ../../templates/package_dashboard.html
106+
107+
Link to this page
108+
-----------------
109+
110+
Render an |install-with-bioconda| badge with the following MarkDown::
111+
112+
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/bioconductor-anndatar/README.html)
113+
114+
.. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat
115+
:target: http://bioconda.github.io/recipes/bioconductor-anndatar/README.html

_sources/recipes/biovalid/README.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ biovalid
2727

2828

2929

30-
``0.3.0-0``
30+
``0.4.0-0``,  ``0.3.0-0``
3131

3232

3333

@@ -83,7 +83,7 @@ biovalid
8383

8484
<script>
8585
var package = "biovalid";
86-
var versions = ["0.3.0"];
86+
var versions = ["0.4.0","0.3.0"];
8787
</script>
8888

8989

_sources/recipes/flexiformatter/README.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ flexiformatter
2727

2828

2929

30-
``1.0.5-0``,  ``1.0.4-0``,  ``1.0.3-0``,  ``1.0.2-0``
30+
``1.0.6-0``,  ``1.0.5-0``,  ``1.0.4-0``,  ``1.0.3-0``,  ``1.0.2-0``
3131

3232

3333

@@ -86,7 +86,7 @@ flexiformatter
8686

8787
<script>
8888
var package = "flexiformatter";
89-
var versions = ["1.0.5","1.0.4","1.0.3","1.0.2"];
89+
var versions = ["1.0.6","1.0.5","1.0.4","1.0.3","1.0.2"];
9090
</script>
9191

9292

_sources/recipes/giatools/README.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ giatools
2828

2929
.. raw:: html
3030

31-
<details><summary><span class="truncated-version-list"><code>0.7.1-0</code>,  <code>0.7.0-0</code>,  <code>0.6.0-0</code>,  <code>0.5.2-0</code>,  <code>0.5.0-0</code>,  <code>0.4.1-0</code>,  <code>0.4.0-0</code>,  <code>0.3.2-0</code>,  <code>0.3.1-0</code>,  </span></summary>
31+
<details><summary><span class="truncated-version-list"><code>0.7.3-0</code>,  <code>0.7.1-0</code>,  <code>0.7.0-0</code>,  <code>0.6.0-0</code>,  <code>0.5.2-0</code>,  <code>0.5.0-0</code>,  <code>0.4.1-0</code>,  <code>0.4.0-0</code>,  <code>0.3.2-0</code>,  </span></summary>
3232

3333

34-
``0.7.1-0``,  ``0.7.0-0``,  ``0.6.0-0``,  ``0.5.2-0``,  ``0.5.0-0``,  ``0.4.1-0``,  ``0.4.0-0``,  ``0.3.2-0``,  ``0.3.1-0``,  ``0.3-0``,  ``0.2-0``,  ``0.1.2-0``,  ``0.1.1-0``,  ``0.1-0``
34+
``0.7.3-0``,  ``0.7.1-0``,  ``0.7.0-0``,  ``0.6.0-0``,  ``0.5.2-0``,  ``0.5.0-0``,  ``0.4.1-0``,  ``0.4.0-0``,  ``0.3.2-0``,  ``0.3.1-0``,  ``0.3-0``,  ``0.2-0``,  ``0.1.2-0``,  ``0.1.1-0``,  ``0.1-0``
3535

3636

3737
.. raw:: html
@@ -96,7 +96,7 @@ giatools
9696

9797
<script>
9898
var package = "giatools";
99-
var versions = ["0.7.1","0.7.0","0.6.0","0.5.2","0.5.0"];
99+
var versions = ["0.7.3","0.7.1","0.7.0","0.6.0","0.5.2"];
100100
</script>
101101

102102

_sources/recipes/is6110/README.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ is6110
2727

2828

2929

30-
``0.2.0-0``
30+
``0.3.0-0``,  ``0.2.0-0``
3131

3232

3333

@@ -87,7 +87,7 @@ is6110
8787

8888
<script>
8989
var package = "is6110";
90-
var versions = ["0.2.0"];
90+
var versions = ["0.3.0","0.2.0"];
9191
</script>
9292

9393

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
:orphan: .. only available via index, not via toctree
2+
3+
.. title:: Package Recipe 'local-cd-search'
4+
.. highlight: bash
5+
6+
local-cd-search
7+
===============
8+
9+
.. conda:recipe:: local-cd-search
10+
:replaces_section_title:
11+
:noindex:
12+
13+
Protein annotation using local PSSM databases from CDD.
14+
15+
:homepage: https://github.com/apcamargo/local-cd-search
16+
:license: MIT / MIT
17+
:recipe: /`local-cd-search <https://github.com/bioconda/bioconda-recipes/tree/master/recipes/local-cd-search>`_/`meta.yaml <https://github.com/bioconda/bioconda-recipes/tree/master/recipes/local-cd-search/meta.yaml>`_
18+
19+
20+
21+
22+
.. conda:package:: local-cd-search
23+
24+
|downloads_local-cd-search| |docker_local-cd-search|
25+
26+
:versions:
27+
28+
29+
30+
``0.2.0-0``
31+
32+
33+
34+
35+
:depends blast: ``>=2.16.0,<3``
36+
:depends click: ``>=8.3``
37+
:depends python: ``>=3.10``
38+
:depends rich: ``>=14.2``
39+
:depends rich-click: ``>=1.9``
40+
:depends rpsbproc: ``>=0.5,<0.6``
41+
:requirements:
42+
43+
:additional platforms:
44+
45+
46+
.. rubric:: Installation
47+
48+
You need a conda-compatible package manager
49+
(currently either `micromamba <https://mamba.readthedocs.io>`_, `mamba <https://mamba.readthedocs.io>`_, or `conda <https://docs.conda.io/projects/conda>`_)
50+
and the Bioconda channel already activated (see :ref:`set-up-channels`).
51+
52+
While any of above package managers is fine, it is currently recommended to use either
53+
micromamba or mamba (see `here <https://mamba.readthedocs.io>`_ for installation instructions).
54+
We will show all commands using mamba below, but the arguments are the same for the two
55+
others.
56+
57+
Given that you already have a conda environment in which you want to have this package, install with::
58+
59+
mamba install local-cd-search
60+
61+
and update with::
62+
63+
mamba update local-cd-search
64+
65+
To create a new environment, run::
66+
67+
mamba create --name myenvname local-cd-search
68+
69+
with ``myenvname`` being a reasonable name for the environment
70+
(see e.g. the `mamba docs <https://mamba.readthedocs.io>`_ for details and further options).
71+
72+
Alternatively, use the docker container::
73+
74+
docker pull quay.io/biocontainers/local-cd-search:<tag>
75+
76+
(see `local-cd-search/tags`_ for valid values for ``<tag>``)
77+
78+
79+
.. |downloads_local-cd-search| image:: https://img.shields.io/conda/dn/bioconda/local-cd-search.svg?style=flat
80+
:target: https://anaconda.org/bioconda/local-cd-search
81+
:alt: (downloads)
82+
.. |docker_local-cd-search| image:: https://quay.io/repository/biocontainers/local-cd-search/status
83+
:target: https://quay.io/repository/biocontainers/local-cd-search
84+
.. _`local-cd-search/tags`: https://quay.io/repository/biocontainers/local-cd-search?tab=tags
85+
86+
87+
.. raw:: html
88+
89+
<script>
90+
var package = "local-cd-search";
91+
var versions = ["0.2.0"];
92+
</script>
93+
94+
95+
96+
97+
98+
99+
Download stats
100+
-----------------
101+
102+
.. raw:: html
103+
:file: ../../templates/package_dashboard.html
104+
105+
Link to this page
106+
-----------------
107+
108+
Render an |install-with-bioconda| badge with the following MarkDown::
109+
110+
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/local-cd-search/README.html)
111+
112+
.. |install-with-bioconda| image:: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat
113+
:target: http://bioconda.github.io/recipes/local-cd-search/README.html

0 commit comments

Comments
 (0)