mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

modified: o/OpenCV/OpenCV-4.2.0-intel-2020a-Py-3.7.eb new file: s/ShiftX2/ShiftX2-1.13.eb
25 lines
623 B
Plaintext
25 lines
623 B
Plaintext
# JH 2020
|
|
|
|
easyblock = "Tarball"
|
|
|
|
name = 'BLAST'
|
|
version = '2.10.0'
|
|
versionsuffix = "-Linux_x86_64"
|
|
|
|
homepage = 'http://blast.ncbi.nlm.nih.gov/'
|
|
description = """Basic Local Alignment Search Tool, or BLAST, is an algorithm
|
|
for local_comparing primary biological sequence information, such as the amino-acid
|
|
sequences of different proteins or the nucleotides of DNA sequences."""
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/2.10.0/']
|
|
sources = ['ncbi-blast-2.10.0+-x64-linux.tar.gz']
|
|
|
|
sanity_check_paths = {
|
|
'files': ["bin/blastn"],
|
|
'dirs': []
|
|
}
|
|
|
|
moduleclass = 'bio'
|