mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 19:50:50 +01:00
23 lines
682 B
Plaintext
23 lines
682 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'
|