- recipe rolypoly-tk
RNA virus analysis toolkit
- Homepage:
- Documentation:
- License:
GPL3 / GPL-3.0-or-later
- Recipe:
RolyPoly is an RNA virus analysis toolkit. This package installs the Python library and all third-party dependencies/command-line tools for the complete rolypoly suite (all commands), including read processing, assembly, RNA/protein annotation, virus identification, and contig clustering.
- package rolypoly-tk#
-
- Versions:
0.7.17-0- Depends:
on aragorn>=1.2.41,<2on aria2>=1.37.0on bbmapy>=0.0.57,<0.0.59on blast>=2.17.0,<3on bwa-mem2>=2.3,<3on diamond>=2.2.4,<3on falco>=1.3.1on infernal>=1.1.5,<2on intervaltree>=3.1.0,<4on leidenalg>=0.12.0,<0.13on linearfold>=1.0.1.dev20220829,<2on mappy>=2.30,<3on megahit>=1.2.9,<2on mmseqs2>=18.8cc5c,<19on needletail>=0.7.3,<0.8on numpy>=2.3.0,<3on parasail-python>=1.3.4,<2on pigz>=2.8on plass>=5.cf8933,<6on polars>=1.29.0,<2on psutil>=7.2.2on pyarrow>=25.0.0,<26on pydustmasker>=3.2.0,<4on pyfastani>=0.6.1,<0.7on pyfastx>=2.3.1,<3on pyhmmer>=0.12.1,<0.13on pyopal>=0.7.3,<0.8on pyrodigal-rv>=0.1.0,<0.2on pyskani>=0.2.0,<0.3on python>=3.10,<3.14on python-igraph>=1.0.0,<2on python-xxhash>=3.6.0,<4on requests>=2.34.2on rich>=15.0.0on rich-click>=1.9.8,<2on seqkit>=2.13.0,<3on spades>=4.3.0,<5on trnascan-se>=2.0.13,<3on viennarna>=2.7.2,<3
- Additional platforms:
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 rolypoly-tk
to add into an existing workspace instead, run:
pixi add rolypoly-tk
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 rolypoly-tk
Alternatively, to install into a new environment, run:
conda create -n envname rolypoly-tk
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/rolypoly-tk:<tag>
(see rolypoly-tk/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
.. Create all the necessary plots for each package by loading all the correct specs and data. Important points on the place and implementation of this script block: 1. It is here, and not in a separate HTML file, as it needs to have the `package.name` rendered in for each package. 2. All packages are handled in one `window.onload` function, as multiple instances of this throughout a (rendered) HTML just overwrite each other.Link to this page#
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/rolypoly-tk/README.html)