Sha256: 20479c8ab63a57fccf61afaf090ae621bdcb6b97a357353e973a104395c5aa8d

Contents?: true

Size: 745 Bytes

Versions: 1

Compression:

Stored size: 745 Bytes

Contents

# GeneValidator
#
# A web wrapper for GeneValidator (identify problems with predicted genes)
#
# If you use GeneValidator in your work, please cite us as follows:
#
#  Dragan M‡, Moghul MI‡, Priyam A, Bustos C & Wurm Y. 2016.
#  GeneValidator: identify problems with protein-coding gene predictions.
#  Bioinformatics, doi: 10.1093/bioinformatics/btw015.
#
# VERSION 1.0.0

FROM ubuntu:16.04
MAINTAINER Bruno Vieira <mail@bmpvieira.com>

LABEL Description="Identify problems with protein-coding gene predictions http://genevalidator.sbcs.qmul.ac.uk" Version="1.0.0"

RUN apt-get update
RUN apt-get install -y build-essential ruby ruby-dev ncbi-blast+ mafft zlib1g-dev libgsl0-dev
RUN gem install genevalidatorapp
CMD genevalidatorapp -d /db

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
genevalidatorapp-1.5.4 docker/Dockerfile