Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.52 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.52 KB

pbiotools install with bioconda pypi releases CI

The pbiotools package provides miscellaneous bioinformatics and other utilities for Python 3. It is required for the installation of Rp-Bp.

Installation

If required, set up the conda channels as described here, and install with

conda install pbiotools

The package is also available on PyPI.

You can also get a container with pbiotools pre-installed

# docker or...
docker pull quay.io/biocontainers/pbiotools:<tag>
# ... singularity
singularity pull pbiotools.sif docker://quay.io/biocontainers/pbiotools:<tag>

There is no latest tag, you need to specify the version tag. See pbiotools/tags for valid values for <tag>.

Documentation

There is currently limited documentation.

How to report issues

Bugs and issues should be reported in the bug tracker. Follow the instructions and guidelines given in the template.