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
Using the cnvkit docker image cnvkit:0.9.13
In order to run with segmentation method 'hmm' the package
pomegranateis 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:
Thanks