easyconfigs-it4i/ARCHIVE/s/StringTie/StringTie-1.3.0-intel-2016b.eb
Lukas Krupcik 182459da35 deleted: "a/ANSYS/\\"
deleted:    a/Anaconda2/Anaconda2-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-2019.10.eb
	deleted:    a/Anaconda3/Anaconda3-4.4.0.eb
	deleted:    a/Anaconda3/Anaconda3-5.3.1.eb
	deleted:    a/Autotools/Autotools-20150215-GCC-6.3.0-2.27.eb
	deleted:    a/Autotools/Autotools-20170619.eb
	deleted:    a/Autotools/Autotools-20180311.eb
2022-05-05 11:22:37 +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'