cmv alternatives and similar packages
Based on the "Bioinformatics" category.
Alternatively, view cmv alternatives based on common mentions on social networks and blogs.
-
cobot
Computational biology toolkit to collaborate with researchers in constructive protein engineering -
BlastHTTP
Haskell cabal libary for submission and result retrieval from the NCBI Blast REST webservice -
EntrezHTTP
Haskell cabal libary for submission and result retrieval from the NCBI Entrez REST webservice -
Taxonomy
Haskell cabal Taxonomy libary contains tools, parsers, datastructures and visualisation for the NCBI (National Center for Biotechnology Information) Taxonomy datasources. -
StockholmAlignment
Libary containing parsing and visualisation functions and datastructures for Stockholm aligmnent format. -
BioHMM
Libary containing parsing and visualisation functions and datastructures for Hidden Markov Models in HMMER3 format. -
rank-product
Collects the functions pertaining to finding the rank product of a data set as well as the associated p-value.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of cmv or a related project?
README
cmv is a collection of tools for the visualisation of Hidden Markov Models (HMMV) and RNA-family models (CMV). Moreover it can visualise comparisons of these models (HMMCV,CMCV), and annotate linked regions in the structural alignments they were constructed from and via, 3rd party tools, in their consensus secondary structure.
They are available as a commandline tools and as a webservice cmvs.
The source code of cmv is open source and available via GitHub and Hackage (License GPL-3):
For instruction how to use cmv please see the Help page.
Installation
For Linux we recommend installation via bioconda, for macOS usage of the docker container. The example input files used in the webservice (EGF, Piwi, Hammerhead Clan, tRNA Clan) can be retrieved here: Example input
Installation via bioconda - Linux
cmv can be installed with all dependencies via conda. Once you have conda installed simply type:
conda install -c bioconda -c conda-forge cmv
Usage via biocontainer docker - MacOS
cmv can be retrieved and used as docker container with all dependencies via docker. Once you have docker installed simply type:
docker run -i -t quay.io/biocontainers/cmv:1.0.8--0 /bin/bash
Installation via cabal-install
cmv is implemented in Haskell and can be installed via the Haskell package distribution sytem cabal. CMV is implemented in Haskell and can be installed via the Haskell package distribution sytem cabal. Additionally to cabal you require cairo, pango, happy and alex which can be installed via the distribution package manager e.g. Ubuntu:
sudo apt-get install libcairo2 libpango1.0-0 libpangomm-1.4-dev happy alex
Once you have cabal installed simply type:
cabal install cmv
Optional Dependencies:
cmv creates output which can be visualised via following optional dependencies.
Precompiled Executables
- Linux (ghc-8.2.2) HMMV 1.0.8 x86_64
- Linux (ghc-8.2.2) HMMCV 1.0.8 x86_64
- Linux (ghc-8.2.2) CMV 1.0.8 x86_64
- Linux (ghc-8.2.2) CMCV 1.0.8 x86_64
- Linux (ghc-8.2.2) CMCV 1.0.8 x86_64
*Note that all licence references and agreements mentioned in the cmv README section above
are relevant to that project's source code only.