lattice-sub 1.1.1__py3-none-any.whl → 1.1.3__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lattice-sub
3
- Version: 1.1.1
3
+ Version: 1.1.3
4
4
  Summary: Lattice subtraction for cryo-EM micrographs - removes periodic crystal signals to reveal non-periodic features
5
5
  Author-email: George Stephenson <george.stephenson@colorado.edu>, Vignesh Kasinath <vignesh.kasinath@colorado.edu>
6
6
  License: MIT
@@ -245,7 +245,7 @@ lattice-sub batch --help
245
245
 
246
246
  **Original MATLAB algorithm**: Vignesh Kasinath
247
247
  **Python package**: George Stephenson
248
- Kasinath Lab, BioFrontiers Institute, University of Colorado Boulder
248
+ Kasinath Lab (Dept of Biochemistry) & BioFrontiers Institute, University of Colorado Boulder
249
249
 
250
250
  ---
251
251
 
@@ -1,5 +1,5 @@
1
- lattice_sub-1.1.1.dist-info/licenses/LICENSE,sha256=2kPoH0cbEp0cVEGqMpyF2IQX1npxdtQmWJB__HIRSb0,1101
2
- lattice_subtraction/__init__.py,sha256=vf7WXWL8OEJe1Ez3Xg7vXMmlIj9LD5uqv_bAvkQ81co,1737
1
+ lattice_sub-1.1.3.dist-info/licenses/LICENSE,sha256=2kPoH0cbEp0cVEGqMpyF2IQX1npxdtQmWJB__HIRSb0,1101
2
+ lattice_subtraction/__init__.py,sha256=wcr9IE2e_JeTrxBqL__6qGKhdp8GouC9d3LhsLdVj94,1737
3
3
  lattice_subtraction/batch.py,sha256=sTDWEL5FlEx2HFaJsTZRXyzLQoNCgUqRo900eZ6kq68,12005
4
4
  lattice_subtraction/cli.py,sha256=o_a7vv0M3sGW-NL64vopxr5FJ35Zs_F_h2824QjtN4g,23566
5
5
  lattice_subtraction/config.py,sha256=dh8EJFzJEEXwwggQ46rBMHsuVOExQWM-kCfonT94_fE,8111
@@ -10,8 +10,8 @@ lattice_subtraction/processing.py,sha256=tmnj5K4Z9HCQhRpJ-iMd9Bj_uTRuvDEWyUenh8M
10
10
  lattice_subtraction/threshold_optimizer.py,sha256=yEsGM_zt6YjgEulEZqtRy113xOFB69aHJIETm2xSS6k,15398
11
11
  lattice_subtraction/ui.py,sha256=Sp_a-yNmBRZJxll8h9T_H5-_KsI13zGYmHcbcpVpbR8,9176
12
12
  lattice_subtraction/visualization.py,sha256=pMZKcz6Xgs98lLaZbvGjoMIyEYA_MLRracVxpQStC3w,5935
13
- lattice_sub-1.1.1.dist-info/METADATA,sha256=xKcyhD3xPogsYam27fvXA7bzxB84vT_P1YSO1_b6Ik4,12557
14
- lattice_sub-1.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
- lattice_sub-1.1.1.dist-info/entry_points.txt,sha256=o8PzJR8kFnXlKZufoYGBIHpiosM-P4PZeKZXJjtPS6Y,61
16
- lattice_sub-1.1.1.dist-info/top_level.txt,sha256=BOuW-sm4G-fQtsWPRdeLzWn0WS8sDYVNKIMj5I3JXew,20
17
- lattice_sub-1.1.1.dist-info/RECORD,,
13
+ lattice_sub-1.1.3.dist-info/METADATA,sha256=ZTKsdrfQBWUKCnz8WBb2RtSkRJw3dZsyT75VlKdfJ2c,12581
14
+ lattice_sub-1.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
15
+ lattice_sub-1.1.3.dist-info/entry_points.txt,sha256=o8PzJR8kFnXlKZufoYGBIHpiosM-P4PZeKZXJjtPS6Y,61
16
+ lattice_sub-1.1.3.dist-info/top_level.txt,sha256=BOuW-sm4G-fQtsWPRdeLzWn0WS8sDYVNKIMj5I3JXew,20
17
+ lattice_sub-1.1.3.dist-info/RECORD,,
@@ -19,7 +19,7 @@ Example:
19
19
  >>> result.save("output.mrc")
20
20
  """
21
21
 
22
- __version__ = "1.1.1"
22
+ __version__ = "1.1.3"
23
23
  __author__ = "George Stephenson & Vignesh Kasinath"
24
24
 
25
25
  from .config import Config