pybiolib 1.2.152.dev1__py3-none-any.whl → 1.2.158.dev1__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.
- biolib/jobs/job.py +4 -1
- biolib/jobs/types.py +1 -0
- {pybiolib-1.2.152.dev1.dist-info → pybiolib-1.2.158.dev1.dist-info}/METADATA +1 -1
- {pybiolib-1.2.152.dev1.dist-info → pybiolib-1.2.158.dev1.dist-info}/RECORD +7 -7
- {pybiolib-1.2.152.dev1.dist-info → pybiolib-1.2.158.dev1.dist-info}/LICENSE +0 -0
- {pybiolib-1.2.152.dev1.dist-info → pybiolib-1.2.158.dev1.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.152.dev1.dist-info → pybiolib-1.2.158.dev1.dist-info}/entry_points.txt +0 -0
biolib/jobs/job.py
CHANGED
@@ -210,11 +210,14 @@ class Job:
|
|
210
210
|
http_response = HttpClient.request(url=job_storage_input.get_remote_url())
|
211
211
|
module_input_serialized = http_response.content
|
212
212
|
|
213
|
+
original_requested_machine = (
|
214
|
+
self._job_dict['requested_machine'] if self._job_dict['requested_machine'] else None
|
215
|
+
)
|
213
216
|
job = self._start_job_in_cloud(
|
214
217
|
app_uri=app_response['app_uri'],
|
215
218
|
app_version_uuid=app_response['app_version']['public_id'],
|
216
219
|
module_input_serialized=module_input_serialized,
|
217
|
-
machine=machine,
|
220
|
+
machine=machine if machine else original_requested_machine,
|
218
221
|
)
|
219
222
|
if blocking:
|
220
223
|
job.stream_logs()
|
biolib/jobs/types.py
CHANGED
@@ -102,9 +102,9 @@ biolib/compute_node/webserver/worker_thread.py,sha256=GRRBUqXdMKvbjyLQhYlqGIbFKe
|
|
102
102
|
biolib/experiments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
103
103
|
biolib/experiments/experiment.py,sha256=jIRixmQm3Gq9YdJ3I0-rE1vFukXqq6U4zXehFOJ1yZk,7614
|
104
104
|
biolib/jobs/__init__.py,sha256=aIb2H2DHjQbM2Bs-dysFijhwFcL58Blp0Co0gimED3w,32
|
105
|
-
biolib/jobs/job.py,sha256=
|
105
|
+
biolib/jobs/job.py,sha256=k9uksoA7BgSU-Mw5jHtuLHdTlg-G_d_89nVoPYcUnbg,20092
|
106
106
|
biolib/jobs/job_result.py,sha256=rALHiKYNaC9lHi_JJqBob1RubzNLwG9Z386kwRJjd2M,5885
|
107
|
-
biolib/jobs/types.py,sha256=
|
107
|
+
biolib/jobs/types.py,sha256=ezvaoTANsWazK6PmfpYcqezdfjP7MNBEBfqIZGoZhz8,997
|
108
108
|
biolib/runtime/__init__.py,sha256=MlRepA11n2H-3plB5rzWyyHK2JmP6PiaP3i6x3vt0mg,506
|
109
109
|
biolib/sdk/__init__.py,sha256=8uyOAKt8-Xo11jAWXCg14NkE1u0FkOBC07L3V7wGsCg,1960
|
110
110
|
biolib/tables.py,sha256=acH7VjwAbadLo8P84FSnKEZxCTVsF5rEg9VPuxElNs8,872
|
@@ -119,8 +119,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
119
119
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
120
120
|
biolib/utils/seq_util.py,sha256=WJnU9vZdwY8RHXvzATyV80OXzyJ7w9EkG33Tna9Nr6A,5698
|
121
121
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
122
|
-
pybiolib-1.2.
|
123
|
-
pybiolib-1.2.
|
124
|
-
pybiolib-1.2.
|
125
|
-
pybiolib-1.2.
|
126
|
-
pybiolib-1.2.
|
122
|
+
pybiolib-1.2.158.dev1.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
123
|
+
pybiolib-1.2.158.dev1.dist-info/METADATA,sha256=7gYFVnp6YM8fLfHzg0S_XDeC6DxdTzeDX6dfWesenm0,1512
|
124
|
+
pybiolib-1.2.158.dev1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
125
|
+
pybiolib-1.2.158.dev1.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
126
|
+
pybiolib-1.2.158.dev1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|