# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# sciCORE - University of Basel
# SIB Swiss Institute of Bioinformatics

easyblock = 'MakeCp'

name = 'StringTie'
version = '1.3.0'

homepage = 'http://ccb.jhu.edu/software/stringtie/'
description = """StringTie is a fast and highly efficient assembler of RNA-Seq alignments into potential transcripts."""

toolchain = {'name': 'intel', 'version': '2016b'}

source_urls = ['http://ccb.jhu.edu/software/stringtie/dl/']
sources = [SOURCELOWER_TAR_GZ]

files_to_copy = [(['stringtie'], 'bin'), 'README', 'LICENSE']

sanity_check_paths = {
    'files': ['bin/stringtie'],
    'dirs': [],
}

moduleclass = 'bio'