easyconfigs-it4i/archive/p/pftoolsV3/pftoolsV3-20160324-foss-2016a.eb
2019-09-23 07:19:27 +02:00

31 lines
746 B
Plaintext

easyblock = 'ConfigureMake'
name = 'pftoolsV3'
version = '20160324'
homepage = 'http://web.expasy.org/pftools/'
description = """The pftools package contains all the software necessary to build protein and DNA generalized profiles and use
them to scan and align sequences, and search databases.
"""
toolchain = {'name': 'foss', 'version': '2016a'}
sources = ['%(name)s.tar.gz']
source_urls = [
'ftp://ftp.lausanne.isb-sib.ch/pub/software/unix/pftools/%(name)s/']
checksums = ['ef1d3c7583d764cff06861fca75be455']
sanity_check_paths = {
'files': [
'bin/ptof',
'bin/htop',
'bin/6ft',
'bin/2ft',
'bin/pfdump',
'bin/pfscan',
'bin/pfsearch'],
'dirs': [],
}
moduleclass = 'bio'