mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 19:28:06 +01:00

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
29 lines
801 B
Plaintext
29 lines
801 B
Plaintext
# Author: Pablo Escobar Lopez; Wiktor Jurkowski
|
|
# Swiss Institute of Bioinformatics (SIB), Biozentrum - University of Basel
|
|
# Babraham Institute, UK
|
|
|
|
easyblock = 'MakeCp'
|
|
|
|
name = 'SUMACLUST'
|
|
version = '1.0.20'
|
|
|
|
homepage = "http://metabarcoding.org/sumatra"
|
|
description = """SUMATRA and SUMACLUST: fast and exact local_comparison and clustering of sequences."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2016a'}
|
|
|
|
source_urls = [
|
|
'https://git.metabarcoding.org/obitools/sumaclust/uploads/69f757c42f2cd45212c587e87c75a00f/']
|
|
sources = ['%(namelower)s_v%(version)s.tar.gz']
|
|
|
|
prebuildopts = 'make clean &&'
|
|
|
|
files_to_copy = [(['sumaclust'], 'bin'), 'sumaclust_user_manual.pdf']
|
|
|
|
sanity_check_paths = {
|
|
'files': ['bin/sumaclust', 'sumaclust_user_manual.pdf'],
|
|
'dirs': [],
|
|
}
|
|
|
|
moduleclass = 'bio'
|