modelcraft 5.0.2__tar.gz → 5.0.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {modelcraft-5.0.2/modelcraft.egg-info → modelcraft-5.0.3}/PKG-INFO +3 -2
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/__init__.py +1 -1
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/servalcat.py +2 -2
- {modelcraft-5.0.2 → modelcraft-5.0.3/modelcraft.egg-info}/PKG-INFO +3 -2
- {modelcraft-5.0.2 → modelcraft-5.0.3}/setup.py +1 -1
- {modelcraft-5.0.2 → modelcraft-5.0.3}/LICENSE +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/MANIFEST.in +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/README.md +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/docs/css/custom.css +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/docs/css/milligram.min.css +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/docs/css/normalize.min.css +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/docs/img/modelcraft.png +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/docs/index.html +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/__main__.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/arguments.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/cell.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/combine.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/contents.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/coot/prune.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/coot/sidechains.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/environ.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/geometry.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/job.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/__init__.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/acedrg.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/acorn.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/buccaneer.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/comit.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/coot.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/ctruncate.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/emda.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/findwaters.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/freerflag.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/libg.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/molrep.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/nautilus.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/parrot.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/phasematch.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/refmac.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/jobs/sheetbend.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/maps.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/modelcraftem.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/modelcraftxray.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/monlib.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/pipeline.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/reflections.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/scripts/__init__.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/scripts/contents.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/scripts/copies.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/scripts/modelcraft.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/solvent.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/structure.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/__init__.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/__init__.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_acedrg.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_arguments.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_buccaneer.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_cell.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_comit.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_contents.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_coot.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_copies.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_ctruncate.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_findwaters.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_freerflag.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_geometry.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_libg.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_molrep.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_monlib.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_nautilus.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_parrot.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_phasematch.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_reflections.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_refmac.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_sheetbend.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_solvent.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_structure.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccp4/test_xray.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccpem/__init__.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccpem/test_em.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccpem/test_emda.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccpem/test_refmac.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/ccpem/test_servalcat.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/unittests/__init__.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/unittests/test_contents.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/tests/unittests/test_reflections.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft/utils.py +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft.egg-info/SOURCES.txt +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft.egg-info/dependency_links.txt +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft.egg-info/entry_points.txt +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft.egg-info/requires.txt +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/modelcraft.egg-info/top_level.txt +0 -0
- {modelcraft-5.0.2 → modelcraft-5.0.3}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: modelcraft
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.3
|
|
4
4
|
Summary: Automated model building pipeline for X-ray crystallography
|
|
5
5
|
Home-page: https://github.com/paulsbond/modelcraft
|
|
6
6
|
Author: Paul Bond
|
|
@@ -28,6 +28,7 @@ Dynamic: description
|
|
|
28
28
|
Dynamic: description-content-type
|
|
29
29
|
Dynamic: home-page
|
|
30
30
|
Dynamic: license
|
|
31
|
+
Dynamic: license-file
|
|
31
32
|
Dynamic: requires-dist
|
|
32
33
|
Dynamic: requires-python
|
|
33
34
|
Dynamic: summary
|
|
@@ -38,8 +38,8 @@ class ServalcatNemap(Job):
|
|
|
38
38
|
self._args += ["--mask", "mask.ccp4"]
|
|
39
39
|
|
|
40
40
|
def _result(self) -> ServalcatNemapResult:
|
|
41
|
-
self._check_files_exist("
|
|
42
|
-
mtz = gemmi.read_mtz_file(self._path("
|
|
41
|
+
self._check_files_exist("nemap_maps.mtz")
|
|
42
|
+
mtz = gemmi.read_mtz_file(self._path("nemap_maps.mtz"))
|
|
43
43
|
return ServalcatNemapResult(
|
|
44
44
|
fphi=DataItem(mtz, "FWT,PHWT"),
|
|
45
45
|
seconds=self._seconds,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: modelcraft
|
|
3
|
-
Version: 5.0.
|
|
3
|
+
Version: 5.0.3
|
|
4
4
|
Summary: Automated model building pipeline for X-ray crystallography
|
|
5
5
|
Home-page: https://github.com/paulsbond/modelcraft
|
|
6
6
|
Author: Paul Bond
|
|
@@ -28,6 +28,7 @@ Dynamic: description
|
|
|
28
28
|
Dynamic: description-content-type
|
|
29
29
|
Dynamic: home-page
|
|
30
30
|
Dynamic: license
|
|
31
|
+
Dynamic: license-file
|
|
31
32
|
Dynamic: requires-dist
|
|
32
33
|
Dynamic: requires-python
|
|
33
34
|
Dynamic: summary
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|