easyconfigs-it4i/s/StringTie/StringTie-1.3.0-intel-2016b.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

27 lines
734 B
Plaintext

# 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'