cmv: Detailed visualization of CMs, HMMs and their comparisions

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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.


[Skip to Readme]

Properties

Versions 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.7, 1.0.8
Change log changelog
Dependencies aeson, base (>=4.5 && <5), BiobaseInfernal (==0.8.1.0), BiobaseTypes, BiobaseXNA, BioHMM (>=1.2.0), bytestring, cmdargs, cmv, colour, containers, diagrams-cairo, diagrams-core, diagrams-lib (>=1.4.1.2), directory, either-unwrap, filepath, mtl, parsec (>=3.1.9), ParsecTools, PrimitiveArray, StockholmAlignment (>=1.1.2), SVGFonts (>=1.6.0.2), template-haskell, text, vector [details]
License GPL-3.0-only
Author Florian Eggenhofer
Maintainer egg@informatik.uni-freiburg.de
Category Bioinformatics
Source repo head: git clone https://github.com/eggzilla/cmv
this: git clone https://github.com/eggzilla/cmv/tree/1.0.7(tag 1.0.7)
Uploaded by FlorianEggenhofer at 2018-01-15T15:19:47Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for cmv-1.0.7

[back to package description]

cmv

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.7--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