mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
27 lines
718 B
Plaintext
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'
|