recipe rolypoly-tk

RNA virus analysis toolkit

Homepage:

UriNeri/rolypoly

Documentation:

https://urineri.github.io/rolypoly/

License:

GPL3 / GPL-3.0-or-later

Recipe:

/rolypoly-tk/meta.yaml

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#

(downloads) docker_rolypoly-tk

Versions:

0.7.17-0

Depends:
  • on aragorn >=1.2.41,<2

  • on aria2 >=1.37.0

  • on bbmapy >=0.0.57,<0.0.59

  • on blast >=2.17.0,<3

  • on bwa-mem2 >=2.3,<3

  • on diamond >=2.2.4,<3

  • on falco >=1.3.1

  • on infernal >=1.1.5,<2

  • on intervaltree >=3.1.0,<4

  • on leidenalg >=0.12.0,<0.13

  • on linearfold >=1.0.1.dev20220829,<2

  • on mappy >=2.30,<3

  • on megahit >=1.2.9,<2

  • on mmseqs2 >=18.8cc5c,<19

  • on needletail >=0.7.3,<0.8

  • on numpy >=2.3.0,<3

  • on parasail-python >=1.3.4,<2

  • on pigz >=2.8

  • on plass >=5.cf8933,<6

  • on polars >=1.29.0,<2

  • on psutil >=7.2.2

  • on pyarrow >=25.0.0,<26

  • on pydustmasker >=3.2.0,<4

  • on pyfastani >=0.6.1,<0.7

  • on pyfastx >=2.3.1,<3

  • on pyhmmer >=0.12.1,<0.13

  • on pyopal >=0.7.3,<0.8

  • on pyrodigal-rv >=0.1.0,<0.2

  • on pyskani >=0.2.0,<0.3

  • on python >=3.10,<3.14

  • on python-igraph >=1.0.0,<2

  • on python-xxhash >=3.6.0,<4

  • on requests >=2.34.2

  • on rich >=15.0.0

  • on rich-click >=1.9.8,<2

  • on seqkit >=2.13.0,<3

  • on spades >=4.3.0,<5

  • on trnascan-se >=2.0.13,<3

  • on 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.