easyconfigs-it4i/b/BLAST/BLAST-2.2.26-Linux_x86_64.eb
2017-03-09 11:57:40 +01:00

28 lines
863 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 comparing primary biological sequence information, such as the amino-acid
sequences of different proteins or the nucleotides of DNA sequences."""
toolchain = {'name': 'dummy', 'version': 'dummy'}
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'