pychemstation 0.6.5__py3-none-any.whl → 0.6.6__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.
@@ -43,13 +43,17 @@ class HPLCController:
43
43
  data_dir: str,
44
44
  method_dir: str,
45
45
  sequence_dir: str,
46
- secondary_data_dir: Optional[str] = None,
46
+ sequence_data_dir: Optional[str] = None,
47
47
  offline: bool = False):
48
48
  """Initialize HPLC controller. The `hplc_talk.mac` macro file must be loaded in the Chemstation software.
49
49
  `comm_dir` must match the file path in the macro file.
50
50
 
51
51
  :param comm_dir: Name of directory for communication, where ChemStation will read and write from. Can be any existing directory.
52
- :raises FileNotFoundError: If either `data_dir`, `method_dir`, `sequence_dir`, or `comm_dir` is not a valid directory.
52
+ :param data_dir: Name of directory for storing data after method or sequence runs.
53
+ :param method_dir: Name of directory where method files are stored.
54
+ :param sequence_dir: Name of directory where sequence files are stored.
55
+ :param sequence_data_dir: Name of directory for storing sequence data, if different from method
56
+ :raises FileNotFoundError: If either `data_dir`, `method_dir`, `sequence_dir`, `sequence_data_dir`or `comm_dir` is not a valid directory.
53
57
  """
54
58
  self.comm = CommunicationController(comm_dir=comm_dir) if not offline else None
55
59
  self.method_controller = MethodController(controller=self.comm,
@@ -62,7 +66,7 @@ class HPLCController:
62
66
  offline=offline))
63
67
  self.sequence_controller = SequenceController(controller=self.comm,
64
68
  src=sequence_dir,
65
- data_dir=data_dir if not secondary_data_dir else secondary_data_dir,
69
+ data_dir=data_dir if not sequence_data_dir else sequence_data_dir,
66
70
  table=self.SEQUENCE_TABLE,
67
71
  method_dir=method_dir,
68
72
  offline=offline)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pychemstation
3
- Version: 0.6.5
3
+ Version: 0.6.6
4
4
  Summary: Library to interact with Chemstation software, primarily used in Hein lab
5
5
  Home-page: https://gitlab.com/heingroup/device-api/pychemstation
6
6
  Author: Lucy Hao
@@ -6,7 +6,7 @@ pychemstation/analysis/spec_utils.py,sha256=UOo9hJR3evJfmaohEEsyb7aq6X996ofuUfu-
6
6
  pychemstation/analysis/utils.py,sha256=ISupAOb_yqA4_DZRK9v18UL-XjUQccAicIJKb1VMnGg,2055
7
7
  pychemstation/control/__init__.py,sha256=4xTy8X-mkn_PPZKr7w9rnj1wZhtmTesbQptPhpYmKXs,64
8
8
  pychemstation/control/comm.py,sha256=u44g1hTluQ0yUG93Un-QAshScoDpgYRrZfFTgweP5tY,7386
9
- pychemstation/control/hplc.py,sha256=zUPALdS8TbmtbOwJo4o8x6Ceyxw9nEYOwyfTOWZj510,9957
9
+ pychemstation/control/hplc.py,sha256=ZtwayFZ0CnvbdVGVIZ3aEe5SuJslwYxW0BlwHyJ7NSo,10324
10
10
  pychemstation/control/controllers/__init__.py,sha256=EM6LBNSTJqYVatmnvPq0P-S3q0POA88c-y64zL79I_I,252
11
11
  pychemstation/control/controllers/comm.py,sha256=IU4I_Q42VNCNUlVi93MxCmw2EBY9hiBDkU9FxubKg3c,7441
12
12
  pychemstation/control/controllers/method.py,sha256=XUclB7lQ_SIkquR58MBmmi9drHIPEq9AR8VprTLenvI,15503
@@ -51,8 +51,8 @@ tests/test_proc_rep.py,sha256=sxRiTBybVm6lyAqmgrri-T2EfZgs27oSgbYXSsN9CwU,1380
51
51
  tests/test_runs_stable.py,sha256=-u9lFUwn26ZsNJtV3yMR8irjdrVezMCjWwImbq6m0H0,3487
52
52
  tests/test_sequence.py,sha256=vs5-dqkItRds_tPM2-N6MNJ37FB0nLRFaDzBV8d42i8,4880
53
53
  tests/test_stable.py,sha256=9JNSW5bl13KEJKTNRWR9nCwrGSCYbVClx1yKXAL50xA,11565
54
- pychemstation-0.6.5.dist-info/LICENSE,sha256=9bdF75gIf1MecZ7oymqWgJREVz7McXPG-mjqrTmzzD8,18658
55
- pychemstation-0.6.5.dist-info/METADATA,sha256=UUe-F8F2oeDvQdXMSwgLOZcmZa_aLJdhtqpVAW9hVAU,4370
56
- pychemstation-0.6.5.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
57
- pychemstation-0.6.5.dist-info/top_level.txt,sha256=zXfKu_4nYWwPHo3OsuhshMNC3SPkcoTGCyODjURaghY,20
58
- pychemstation-0.6.5.dist-info/RECORD,,
54
+ pychemstation-0.6.6.dist-info/LICENSE,sha256=9bdF75gIf1MecZ7oymqWgJREVz7McXPG-mjqrTmzzD8,18658
55
+ pychemstation-0.6.6.dist-info/METADATA,sha256=qourniSkdu8Q6IUlkeilY6ffoPEeFQxLZslk8ryzI94,4370
56
+ pychemstation-0.6.6.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
57
+ pychemstation-0.6.6.dist-info/top_level.txt,sha256=zXfKu_4nYWwPHo3OsuhshMNC3SPkcoTGCyODjURaghY,20
58
+ pychemstation-0.6.6.dist-info/RECORD,,