easyconfigs-it4i/b/BLAST/BLAST-2.10.0-Linux_x86_64.eb
Lukáš Krupčík c9acbe8a17 new file: b/BLAST/BLAST-2.10.0-Linux_x86_64.eb
modified:   o/OpenCV/OpenCV-4.2.0-intel-2020a-Py-3.7.eb
	new file:   s/ShiftX2/ShiftX2-1.13.eb
2020-04-02 09:55:08 +02:00

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'