mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
27 lines
481 B
Plaintext
27 lines
481 B
Plaintext
easyblock = 'MakeCp'
|
|
|
|
name = 'angsd'
|
|
version = '0.910'
|
|
|
|
homepage = 'http://www.popgen.dk/angsd'
|
|
description = """Program for analysing NGS data."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016a'}
|
|
|
|
source_urls = ['https://github.com/ANGSD/angsd/archive/']
|
|
sources = ['%(version)s.tar.gz']
|
|
|
|
dependencies = [('HTSlib', '1.3.1')]
|
|
|
|
files_to_copy = [
|
|
(['angsd'], 'bin'),
|
|
'doc',
|
|
]
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/angsd'],
|
|
'dirs': ['doc'],
|
|
}
|
|
|
|
moduleclass = 'bio'
|