mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-04 06:11:36 +01:00
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
This commit is contained in:
parent
16ae6136f6
commit
c9acbe8a17
24
b/BLAST/BLAST-2.10.0-Linux_x86_64.eb
Normal file
24
b/BLAST/BLAST-2.10.0-Linux_x86_64.eb
Normal file
@ -0,0 +1,24 @@
|
||||
# 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'
|
@ -1,7 +1,7 @@
|
||||
# JH 2020
|
||||
|
||||
name = 'OpenCV'
|
||||
version = '4.20'
|
||||
version = '4.2.0'
|
||||
versionsuffix = '-Py-3.7'
|
||||
|
||||
homepage = 'https://opencv.org/'
|
||||
|
25
s/ShiftX2/ShiftX2-1.13.eb
Normal file
25
s/ShiftX2/ShiftX2-1.13.eb
Normal file
@ -0,0 +1,25 @@
|
||||
# JH 2020
|
||||
|
||||
# make manually after copying
|
||||
|
||||
easyblock = 'Tarball'
|
||||
|
||||
name = 'ShiftX2'
|
||||
version = '1.13'
|
||||
|
||||
homepage = 'http://www.shiftx2.ca/index.html'
|
||||
description = """SHIFTX2 predicts both the backbone and side chain 1H, 13C and 15N
|
||||
chemical shifts for proteins using their structural (PDB) coordinates as input."""
|
||||
|
||||
toolchain = SYSTEM
|
||||
|
||||
source_urls = ['http://www.shiftx2.ca/download']
|
||||
sources = ['shiftx2-v113-linux-20180808.tgz']
|
||||
|
||||
dependencies = [
|
||||
('Java', '1.8.0_221', '', True),
|
||||
]
|
||||
|
||||
modextrapaths = {'PATH': ''}
|
||||
|
||||
moduleclass = 'chem'
|
Loading…
x
Reference in New Issue
Block a user