The pbiotools package provides miscellaneous bioinformatics and other utilities for Python 3. It is required for the installation of Rp-Bp.
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>
.
There is currently limited documentation.
Bugs and issues should be reported in the bug tracker. Follow the instructions and guidelines given in the template.