pybiolib 1.2.1293__py3-none-any.whl → 1.2.1298__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.
Potentially problematic release.
This version of pybiolib might be problematic. Click here for more details.
- biolib/jobs/job.py +2 -0
- biolib/jobs/types.py +1 -0
- {pybiolib-1.2.1293.dist-info → pybiolib-1.2.1298.dist-info}/METADATA +1 -1
- {pybiolib-1.2.1293.dist-info → pybiolib-1.2.1298.dist-info}/RECORD +7 -7
- {pybiolib-1.2.1293.dist-info → pybiolib-1.2.1298.dist-info}/WHEEL +0 -0
- {pybiolib-1.2.1293.dist-info → pybiolib-1.2.1298.dist-info}/entry_points.txt +0 -0
- {pybiolib-1.2.1293.dist-info → pybiolib-1.2.1298.dist-info}/licenses/LICENSE +0 -0
biolib/jobs/job.py
CHANGED
|
@@ -398,6 +398,7 @@ class Result:
|
|
|
398
398
|
>>> # Recompute with different arguments
|
|
399
399
|
>>> new_result = result.recompute(arguments=["--new-arg", "value"])
|
|
400
400
|
"""
|
|
401
|
+
self._refetch_job_dict()
|
|
401
402
|
app_response = BiolibAppApi.get_by_uri(uri=app_uri or self._job_dict['app_uri'])
|
|
402
403
|
|
|
403
404
|
job_storage_input = RemoteJobStorageEndpoint(
|
|
@@ -425,6 +426,7 @@ class Result:
|
|
|
425
426
|
app_uri=app_response['app_uri'],
|
|
426
427
|
app_version_uuid=app_response['app_version']['public_id'],
|
|
427
428
|
module_input_serialized=module_input_serialized,
|
|
429
|
+
override_command=self._job_dict['arguments_override_command'],
|
|
428
430
|
machine=machine if machine else original_requested_machine,
|
|
429
431
|
)
|
|
430
432
|
if blocking:
|
biolib/jobs/types.py
CHANGED
|
@@ -142,9 +142,9 @@ biolib/compute_node/webserver/worker_thread.py,sha256=7uD9yQPhePYvP2HCJ27EeZ_h6p
|
|
|
142
142
|
biolib/experiments/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
143
143
|
biolib/experiments/experiment.py,sha256=4g1xMYmfp5yzSOdwjf3pUUULF9QjqBJb4uQ25FHrFrk,13688
|
|
144
144
|
biolib/jobs/__init__.py,sha256=aIb2H2DHjQbM2Bs-dysFijhwFcL58Blp0Co0gimED3w,32
|
|
145
|
-
biolib/jobs/job.py,sha256=
|
|
145
|
+
biolib/jobs/job.py,sha256=aC3MfyNOC3z1HEK60OASjaS23Bwq0z6Wkjty56JFj7o,29065
|
|
146
146
|
biolib/jobs/job_result.py,sha256=_xqQu9z9BqPQrU6tjqKPuKlQDt5W0Zw5xiQvzEBkDyE,5266
|
|
147
|
-
biolib/jobs/types.py,sha256=
|
|
147
|
+
biolib/jobs/types.py,sha256=rFs6bQWsNI-nb1Hu9QzOW2zFZ8bOVt7ax4UpGVASxVA,1034
|
|
148
148
|
biolib/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
149
149
|
biolib/runtime/__init__.py,sha256=MlRepA11n2H-3plB5rzWyyHK2JmP6PiaP3i6x3vt0mg,506
|
|
150
150
|
biolib/sdk/__init__.py,sha256=Z1S5BgpvM87S2o1libtqkYN1CfYUhn_d4ChEJjwdFKM,2356
|
|
@@ -158,8 +158,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
|
|
|
158
158
|
biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
|
|
159
159
|
biolib/utils/seq_util.py,sha256=rImaghQGuIqTVWks6b9P2yKuN34uePUYPUFW_Wyoa4A,6737
|
|
160
160
|
biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
|
|
161
|
-
pybiolib-1.2.
|
|
162
|
-
pybiolib-1.2.
|
|
163
|
-
pybiolib-1.2.
|
|
164
|
-
pybiolib-1.2.
|
|
165
|
-
pybiolib-1.2.
|
|
161
|
+
pybiolib-1.2.1298.dist-info/METADATA,sha256=hfhJHfatgCs1sWWCW8UEk75_u0e9U91dXKInzXh5C3o,1644
|
|
162
|
+
pybiolib-1.2.1298.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
163
|
+
pybiolib-1.2.1298.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
|
|
164
|
+
pybiolib-1.2.1298.dist-info/licenses/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
|
|
165
|
+
pybiolib-1.2.1298.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|