easyconfigs-it4i/s/ShiftX2/ShiftX2-1.13.eb
Lukáš Krupčík cdb10c2980 new file: d/decorator/decorator-4.4.0-Py-3.7.eb
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
2020-04-03 08:02:22 +02:00

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'