recipe ghmm

General Hidden Markov Model library (GHMM) is a freely available C library implementing efficient data structures and algorithms for basic and extended HMMs with discrete and continous emissions

Homepage:

http://ghmm.org/

License:

GPL2

Recipe:

/ghmm/meta.yaml

package ghmm

(downloads) docker_ghmm

Versions:

0.9-20.9-10.9-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install ghmm

and update with:

conda update ghmm

or use the docker container:

docker pull quay.io/biocontainers/ghmm:<tag>

(see ghmm/tags for valid values for <tag>)

Download stats