Skip to content

Commit

Permalink
update IgBLAST
Browse files Browse the repository at this point in the history
  • Loading branch information
fizwit committed Oct 4, 2024
1 parent 14844e9 commit 700c4a1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions fh_easyconfigs/i/IgBLAST/IgBLAST-1.22.0-x64-linux.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Built with EasyBuild version 4.8.1 on 2023-10-20_15-25-21
# Easybuild Easyconfig
#
# John Dey <[email protected]>
#
# Fred Hutchinson Cancer Center - Seattle Washington
easyblock = "Tarball"

name = 'IgBLAST'
version = '1.22.0'
versionsuffix = '-x64-linux'

homepage = 'https://ncbi.github.io/igblast'
description = """IgBLAST faclilitates the analysis of immunoglobulin and T cell receptor variable domain sequences."""

toolchain = SYSTEM

source_urls = ['ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/%(version)s']
sources = ['ncbi-%(namelower)s-%(version)s-x64-linux.tar.gz']
checksums = ['d54f1e1001fff529811c933595ef3c2322961c82b2d37a53f7a7914cd5807449']

sanity_check_paths = {
'files': ["bin/igblastn", 'bin/igblastp'],
'dirs': ['bin']
}

sanity_check_commands = ['%(namelower)sn -h']

modextravars = {'IGDATA': '%(installdir)s/internal_data'}

moduleclass = 'bio'

0 comments on commit 700c4a1

Please sign in to comment.