pybiolib 1.2.1135__py3-none-any.whl → 1.2.1144__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/app/app.py CHANGED
@@ -1,3 +1,4 @@
1
+ import copy
1
2
  import io
2
3
  import json
3
4
  import os
@@ -152,6 +153,8 @@ Example: "app.cli('--help')"
152
153
  def _get_serialized_module_input(args=None, stdin=None, files=None) -> bytes:
153
154
  if args is None:
154
155
  args = []
156
+ else:
157
+ args = copy.copy(args)
155
158
 
156
159
  if stdin is None:
157
160
  stdin = b''
@@ -369,7 +369,7 @@ http {{
369
369
  }}
370
370
 
371
371
  location / {{
372
- proxy_pass http://main:$http_biolib_result_port$request_uri$is_args$args;
372
+ proxy_pass http://main:$http_biolib_result_port$request_uri;
373
373
  proxy_set_header biolib-result-uuid "";
374
374
  proxy_set_header biolib-result-port "";
375
375
  proxy_pass_request_headers on;
@@ -166,7 +166,7 @@ http {
166
166
  }
167
167
 
168
168
  set $target_host "biolib-app-caller-proxy-$http_biolib_result_uuid";
169
- proxy_pass http://$target_host:1080$request_uri$is_args$args;
169
+ proxy_pass http://$target_host:1080$request_uri;
170
170
  proxy_set_header biolib-result-uuid $http_biolib_result_uuid;
171
171
  proxy_set_header biolib-result-port $http_biolib_result_port;
172
172
  proxy_pass_request_headers on;
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pybiolib
3
- Version: 1.2.1135
3
+ Version: 1.2.1144
4
4
  Summary: BioLib Python Client
5
5
  License: MIT
6
6
  Keywords: biolib
@@ -66,7 +66,7 @@ biolib/_session/session.py,sha256=US1Y1jfFIAm86-Lq3C7nCXpZXUJXXBVBkND9djMNYxI,16
66
66
  biolib/api/__init__.py,sha256=mQ4u8FijqyLzjYMezMUUbbBGNB3iFmkNdjXnWPZ7Jlw,138
67
67
  biolib/api/client.py,sha256=2GpKE7QrPgyPdgJgrV7XnZByIJf1n26UCy3aoaHBs1M,7881
68
68
  biolib/app/__init__.py,sha256=cdPtcfb_U-bxb9iSL4fCEq2rpD9OjkyY4W-Zw60B0LI,37
69
- biolib/app/app.py,sha256=E4PuwMWiWujQQzHQcq7MfVEZV-q6uKAbwBLr0ZPY5Dk,11825
69
+ biolib/app/app.py,sha256=FGGi4jfjHpku3n60ZNJFKjEfLkrlwo1vqGdRO9nsrMw,11886
70
70
  biolib/app/search_apps.py,sha256=K4a41f5XIWth2BWI7OffASgIsD0ko8elCax8YL2igaY,1470
71
71
  biolib/biolib_api_client/__init__.py,sha256=E5EMa19wJoblwSdQPYrxc_BtIeRsAuO0L_jQweWw-Yk,182
72
72
  biolib/biolib_api_client/api_client.py,sha256=IONzXeFCHl4wuct6fqOC_7NiTv_zFy6ys0hsAtvLzTA,7578
@@ -126,12 +126,12 @@ biolib/compute_node/job_worker/large_file_system.py,sha256=Xe_LILVfTD9LXb-0HwLqG
126
126
  biolib/compute_node/job_worker/mappings.py,sha256=Z48Kg4nbcOvsT2-9o3RRikBkqflgO4XeaWxTGz-CNvI,2499
127
127
  biolib/compute_node/job_worker/utilization_reporter_thread.py,sha256=7tm5Yk9coqJ9VbEdnO86tSXI0iM0omwIyKENxdxiVXk,8575
128
128
  biolib/compute_node/job_worker/utils.py,sha256=wgxcIA8yAhUPdCwyvuuJ0JmreyWmmUoBO33vWtG60xg,1282
129
- biolib/compute_node/remote_host_proxy.py,sha256=wNIRznw7_OFI8QHejlXYoWqac4n0IKCwZjQ1aa8i_5I,16953
129
+ biolib/compute_node/remote_host_proxy.py,sha256=CD6k3Jvf2iPuL1KZ-Xq_dUQBsO8qE7qeY9iMw2YIG-g,16940
130
130
  biolib/compute_node/socker_listener_thread.py,sha256=T5_UikA3MB9bD5W_dckYLPTgixh72vKUlgbBvj9dbM0,1601
131
131
  biolib/compute_node/socket_sender_thread.py,sha256=YgamPHeUm2GjMFGx8qk-99WlZhEs-kAb3q_2O6qByig,971
132
132
  biolib/compute_node/utils.py,sha256=fvdbetPKMdfHkPqNZRw6eln_i13myu-n8tuceTUcfPU,4913
133
133
  biolib/compute_node/webserver/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
134
- biolib/compute_node/webserver/compute_node_results_proxy.py,sha256=Hd7aU-iXDKXZXj7xyRKrj_qG0NjaYrTjDpBxFpujMRw,7993
134
+ biolib/compute_node/webserver/compute_node_results_proxy.py,sha256=6gZ-jYZAuK0m4uiUkaSmP7n61ywPoQyCv3DzNOy-gQ0,7980
135
135
  biolib/compute_node/webserver/gunicorn_flask_application.py,sha256=jPfR_YvNBekLUXWo_vHFV-FIwlb8s8tacKmGHvh93qc,914
136
136
  biolib/compute_node/webserver/proxy_utils.py,sha256=JNt1oqPuR5n63E5NC1l8AZN51NLuMw4lqVkocZnq72o,1164
137
137
  biolib/compute_node/webserver/webserver.py,sha256=8SUGXJ0tGuUIQ3HKdac-CFFQwDVpKR6JwEINChBt-Qg,9067
@@ -157,8 +157,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
157
157
  biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
158
158
  biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
159
159
  biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
160
- pybiolib-1.2.1135.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
161
- pybiolib-1.2.1135.dist-info/METADATA,sha256=heoTVPHkvcDEAuAdrOqA6rflBVPPnwrXq1buFKqpUQs,1571
162
- pybiolib-1.2.1135.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
163
- pybiolib-1.2.1135.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
164
- pybiolib-1.2.1135.dist-info/RECORD,,
160
+ pybiolib-1.2.1144.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
161
+ pybiolib-1.2.1144.dist-info/METADATA,sha256=WPrOMwzh3qoKo6NEAXTbvhA28V0mhgd8bNOJ-W_vKOM,1571
162
+ pybiolib-1.2.1144.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
163
+ pybiolib-1.2.1144.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
164
+ pybiolib-1.2.1144.dist-info/RECORD,,