summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-seqlogo/package.py
blob: bd03c3a5f49d145b7f2bf62cd3f43f36161501e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)

from spack import *


class RSeqlogo(RPackage):
    """Sequence logos for DNA sequence alignments.

       seqLogo takes the position weight matrix of a DNA sequence motif and
       plots the corresponding sequence logo as introduced by Schneider and
       Stephens (1990)."""

    homepage = "https://bioconductor.org/packages/seqLogo"
    git      = "https://git.bioconductor.org/packages/seqLogo.git"

    version('1.50.0', commit='57986221c90c3920f9829756c4b3ee566dc1e14d')
    version('1.48.0', commit='dde85582e7fd0c08c5b8bc73f9aed8f23b727d9d')
    version('1.46.0', commit='e78be03db5f6a516138aeea6aa9512685633a4a2')
    version('1.44.0', commit='4cac14ff29f413d6de1a9944eb5d21bfe5045fac')
    version('1.42.0', commit='d7e04726c813282aa3f47a9ee98c5e1cec9bdddd')