easyconfigs-it4i/b/BLAST/BLAST-2.2.26-Linux_x86_64.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

29 lines
843 B
Plaintext

# This file is an EasyBuild reciPY as per https://github.com/hpcugent/easybuild
# Author: Pablo Escobar Lopez
# Swiss Institute of Bioinformatics
# Biozentrum - University of Basel
easyblock = "Tarball"
name = 'BLAST'
version = '2.2.26'
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 = [
'http://ftp.ncbi.nlm.nih.gov/blast/executables/release/%(version)s/']
sources = ['%(namelower)s-%(version)s-x64-linux.tar.gz']
sanity_check_paths = {
'files': ["bin/blastall", "bin/impala", "bin/blastpgp"],
'dirs': []
}
moduleclass = 'bio'