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

new file: d/deepdiff/deepdiff-4.0.6-Py-3.7.eb new file: n/networkx/networkx-2.3-Py-3.7.eb new file: p/PSI4/PSI4-1.3.2-intel-2020a-Py-3.6.eb new file: p/PSI4/PSI4-1.3.2-intel-2020a-Py-3.7.eb new file: p/Pint/Pint-0.11-Py-3.7.eb new file: p/pydantic/pydantic-1.4-Py-3.7.eb modified: s/ShiftX2/ShiftX2-1.13.eb deleted: n/networkx/networkx-2.3-Py-2.7.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_202', '', True),
|
|
]
|
|
|
|
modextrapaths = {'PATH': ''}
|
|
|
|
moduleclass = 'chem'
|