easyconfigs-it4i/s/StringTie/StringTie-1.2.2-goolf-1.4.10.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

27 lines
718 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.2.2'
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': 'goolf', 'version': '1.4.10'}
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'