# 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'