mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00

modified: o/OpenCV/OpenCV-4.2.0-intel-2020a-Py-3.7.eb new file: s/ShiftX2/ShiftX2-1.13.eb
26 lines
539 B
Plaintext
26 lines
539 B
Plaintext
# 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'
|