pybiolib 1.2.1022__py3-none-any.whl → 1.2.1027__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.
@@ -23,4 +23,4 @@ COPY run.py .
23
23
 
24
24
  RUN mkdir output
25
25
 
26
- COPY --from=gui_builder /home/biolib/dist/index.html gui.html
26
+ COPY --from=gui_builder /home/biolib/dist/index.html result.html
@@ -10,6 +10,7 @@ modules:
10
10
  output_files:
11
11
  - COPY /home/biolib/output/ /
12
12
 
13
+ BIOLIB_REPLACE_GUI_CONFIG
13
14
  arguments:
14
15
  -
15
16
  key: --input
@@ -1,3 +1,4 @@
1
1
  #!/bin/bash
2
2
  set -e
3
+ BIOLIB_REPLACE_GUI_MV_COMMAND
3
4
  python3 run.py "$@"
biolib/cli/init.py CHANGED
@@ -98,6 +98,12 @@ def init() -> None:
98
98
  )
99
99
  new_content = new_content.replace('BIOLIB_REPLACE_APP_NAME', replace_app_name)
100
100
 
101
+ gui_config = "main_output_file: '/result.html'\n" if include_gui else ''
102
+ new_content = new_content.replace('BIOLIB_REPLACE_GUI_CONFIG\n', gui_config)
103
+
104
+ gui_mv_command = 'mv result.html output/result.html\n' if include_gui else ''
105
+ new_content = new_content.replace('BIOLIB_REPLACE_GUI_MV_COMMAND\n', gui_mv_command)
106
+
101
107
  with open(destination_file, 'w') as f:
102
108
  f.write(new_content)
103
109
  except UnicodeDecodeError:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pybiolib
3
- Version: 1.2.1022
3
+ Version: 1.2.1027
4
4
  Summary: BioLib Python Client
5
5
  License: MIT
6
6
  Keywords: biolib
@@ -29,20 +29,20 @@ biolib/_internal/templates/copilot_template/.github/prompts/biolib_onboard_repo.
29
29
  biolib/_internal/templates/copilot_template/.github/prompts/biolib_run_apps.prompt.md,sha256=-t1bmGr3zEFa6lKHaLcI98yq4Sg1TCMW8xbelNSHaOA,696
30
30
  biolib/_internal/templates/gui_template/.yarnrc.yml,sha256=Rz5t74b8A2OBIODAHQyLurCVZ3JWRg-k6nY-XUaX8nA,25
31
31
  biolib/_internal/templates/gui_template/App.tsx,sha256=hh_r7P4Pn4HLaE8C1PoECawd81yoC4MfWPu7Op02kWg,509
32
- biolib/_internal/templates/gui_template/Dockerfile,sha256=8-V5rcram1Ip21rMKKgzAKEKNiYkLJzdY42gy2jXrlg,446
32
+ biolib/_internal/templates/gui_template/Dockerfile,sha256=C_2vCYPu8JtJRhwviwwI7jq8767G7nGE8naYvNzej4E,449
33
33
  biolib/_internal/templates/gui_template/index.css,sha256=WYds1xQY2of84ebHhRW9ummbw0Bg9N-EyfmBzJKigck,70
34
34
  biolib/_internal/templates/gui_template/index.html,sha256=EM5xzJ9CsJalgzL-jLNkAoP4tgosw0WYExcH5W6DOs8,403
35
35
  biolib/_internal/templates/gui_template/index.tsx,sha256=YrdrpcckwLo0kYIA-2egtzlo0OMWigGxnt7mNN4qmlU,234
36
36
  biolib/_internal/templates/gui_template/package.json,sha256=iyYYUC0zKGWvZcH8YxN-3w-0N68W5vx-0WPlluMn6Y4,621
37
37
  biolib/_internal/templates/gui_template/tsconfig.json,sha256=T3DJIzeLQ2BL8HLfPHI-IvHtJhnMXdHOoRjkmQlJQAw,541
38
38
  biolib/_internal/templates/gui_template/vite.config.mts,sha256=Bf1bgRReU3XFsR6rX9yylW2IAxy2cDQI1FHBMjRnyQ4,271
39
- biolib/_internal/templates/init_template/.biolib/config.yml,sha256=y4ndTgbFvUE1UiGcIOqogT2Wm8jahGffeyU5rlCEltQ,427
39
+ biolib/_internal/templates/init_template/.biolib/config.yml,sha256=gxMVd1wjbsDvMv4byc8fKEdJFby4qgi6v38mO5qmhoY,453
40
40
  biolib/_internal/templates/init_template/.github/workflows/biolib.yml,sha256=sphjoiycV_oc4VbaA8wbUEokSMpnrdB6N-bYju_5Ibo,522
41
41
  biolib/_internal/templates/init_template/.gitignore,sha256=dR_jhtT0boUspgk3S5PPUwuO0o8gKGIbdwu8IH638CY,20
42
42
  biolib/_internal/templates/init_template/Dockerfile,sha256=Wv2r9aiazkL1wOf_BT1f5Kx_-txfrqSkYTtWI8HGdL8,169
43
43
  biolib/_internal/templates/init_template/requirements.txt,sha256=2GnBHsKg4tX5F06Z4YeLuId6jQO3-HGTITsaVBTDG0Y,42
44
44
  biolib/_internal/templates/init_template/run.py,sha256=oat-Vzcz4XZilrTtgy8CzfltBAa5v6iduGof4Tuulhg,402
45
- biolib/_internal/templates/init_template/run.sh,sha256=CF25MYW8vNcZee6_Lydg0o5JDWG0YbrSvFHhMJ5I6x0,39
45
+ biolib/_internal/templates/init_template/run.sh,sha256=ncvInHCn_PgjXmvaa5oBU0vC3dgFJQ6k7fUJKJzpOh4,69
46
46
  biolib/_internal/templates/templates.py,sha256=ni0euP0KD5NHkxJPIt__i2WvXxYIcC8qugQEoT9oIJQ,308
47
47
  biolib/_internal/tree_utils.py,sha256=_Q_6_NDtIiROcefymqxEVddjqti6Mt3OZ4U0GcDW61s,3904
48
48
  biolib/_internal/types/__init__.py,sha256=WvtlSHh77QhYVTLeRpoPAzqvByLzbEPf_ZqYGHFlQug,247
@@ -98,7 +98,7 @@ biolib/cli/__init__.py,sha256=IHC2bEyA27pvgp-18SGfFVJOP456elanz7suDP8D084,1316
98
98
  biolib/cli/auth.py,sha256=p9ZGY6ld2rnMbpsuRskvIQJNUHlSgYgcLTDsYGyUwyw,1407
99
99
  biolib/cli/data_record.py,sha256=t8DfJK2EZ_SNZ9drDA_N5Jqy8DNwf9f5SlFrIaOvtv0,3501
100
100
  biolib/cli/download_container.py,sha256=HIZVHOPmslGE5M2Dsp9r2cCkAEJx__vcsDz5Wt5LRos,483
101
- biolib/cli/init.py,sha256=BZ3MF9bvtyiFdc2VXIaUtQwLVc6wG508oO5WRgVNK5Y,5429
101
+ biolib/cli/init.py,sha256=mRi3gw36QPPCvxjhEQPnNJI8qpsK9HxdhXiGzZgW0Qw,5840
102
102
  biolib/cli/lfs.py,sha256=z2qHUwink85mv9yDgifbVKkVwuyknGhMDTfly_gLKJM,4151
103
103
  biolib/cli/push.py,sha256=J8BswMYVeTacZBHbm4K4a2XbS_I8kvfgRZLoby2wi3I,1695
104
104
  biolib/cli/run.py,sha256=RAAXbIx8Bi-4fNkEoz2ODJ0fEtyS7VxD3dkc2fVZwjY,2150
@@ -155,8 +155,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
155
155
  biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
156
156
  biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
157
157
  biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
158
- pybiolib-1.2.1022.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
159
- pybiolib-1.2.1022.dist-info/METADATA,sha256=tI9lo-BlqyBDLv8qDJbqIxmWyJAUKL32ZuRVO0j4GH0,1571
160
- pybiolib-1.2.1022.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
161
- pybiolib-1.2.1022.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
162
- pybiolib-1.2.1022.dist-info/RECORD,,
158
+ pybiolib-1.2.1027.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
159
+ pybiolib-1.2.1027.dist-info/METADATA,sha256=rnFhXJeDvNO7tbY0f6PSMrkFttvZodvCOxPboSMVIY4,1571
160
+ pybiolib-1.2.1027.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
161
+ pybiolib-1.2.1027.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
162
+ pybiolib-1.2.1027.dist-info/RECORD,,