mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
##
|
|
# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
|
|
#
|
|
# Copyright:: Copyright 2012-2013 The Cyprus Institute
|
|
# Authors:: Andreas Panteli <a.panteli@cyi.ac.cy>, Thekla Loizou <t.loizou@cyi.ac.cy>, George Tsouloupas <g.tsouloupas@cyi.ac.cy>
|
|
# License:: MIT/GPL
|
|
#
|
|
##
|
|
|
|
easyblock = 'ConfigureMake'
|
|
|
|
name = 'ALLPATHS-LG'
|
|
version = '46968'
|
|
|
|
homepage = 'http://www.broadinstitute.org/software/allpaths-lg/blog/'
|
|
description = """ALLPATHS-LG, the new short read genome assembler."""
|
|
|
|
toolchain = {'name': 'goolf', 'version': '1.4.10'}
|
|
|
|
# source is moved over time, hence multiple URLs below
|
|
source_urls = [
|
|
'ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code',
|
|
'ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code/2013-06',
|
|
'ftp://ftp.broadinstitute.org/pub/crd/ALLPATHS/Release-LG/latest_source_code/2013/2013-06',
|
|
]
|
|
sources = ['allpathslg-%(version)s.tar.gz']
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['bin'],
|
|
}
|
|
|
|
moduleclass = 'bio'
|