easyconfigs-it4i/s/StringTie/StringTie-1.3.0-intel-2016b.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

27 lines
717 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'