Skip to content

update docker image for segmentation method 'hmm' #1003

Description

@kmavrommatis

Using the cnvkit docker image cnvkit:0.9.13
In order to run with segmentation method 'hmm' the package pomegranate is required.
Furthermore, the torch version needs to be updated from the current version 2.7.

In order for it to work I had to update the docker image with the commands:

pip uninstall -y torch pomegranate && \
pip install pomegranate>=1.0.0

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions