Merge branch 'it4i-barbora'

This commit is contained in:
Lukáš Krupčík 2020-04-02 09:56:33 +02:00
commit 4fc5e8d0b4
3 changed files with 50 additions and 1 deletions

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

View File

@ -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
View 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'