summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/transposome/package.py
blob: 587eae343ecc329725e3f17350b820e45c994dfa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2013-2019 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 Transposome(PerlPackage):
    """A toolkit for annotation of transposable element families from
       unassembled sequence reads."""

    homepage = "https://sestaton.github.io/Transposome/"
    url      = "https://github.com/sestaton/Transposome/archive/v0.11.2.tar.gz"

    version('0.11.2', '157c1fc090b0aa30050d03df885dcde0')

    depends_on('blast-plus')