pybiolib 1.2.838__py3-none-any.whl → 1.2.846__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.
@@ -1,5 +1,8 @@
1
1
  name: BioLib Build & Push
2
2
  on: push
3
+ concurrency:
4
+ group: ${{ github.repository }}
5
+ cancel-in-progress: false
3
6
  jobs:
4
7
  build-and-push:
5
8
  runs-on: biolib-github-runner
@@ -1,11 +1,10 @@
1
1
  FROM python:3.13.3-slim
2
2
  WORKDIR /home/biolib/
3
3
 
4
- COPY run.sh .
5
-
6
4
  COPY requirements.txt .
7
5
  RUN pip install --no-cache-dir -r requirements.txt
8
6
 
9
- COPY src .
7
+ COPY run.sh .
8
+ COPY run.py .
10
9
 
11
10
  RUN mkdir output
@@ -1,2 +1,3 @@
1
1
  #!/bin/bash
2
- python3 src/run.py "$@"
2
+ set -e
3
+ python3 run.py "$@"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: pybiolib
3
- Version: 1.2.838
3
+ Version: 1.2.846
4
4
  Summary: BioLib Python Client
5
5
  License: MIT
6
6
  Keywords: biolib
@@ -25,11 +25,11 @@ biolib/_internal/push_application.py,sha256=I7yHGcwK6udc2hVmOQIc1BcQBipAMibEjURM
25
25
  biolib/_internal/runtime.py,sha256=BiHl4klUHr36MCpqKaUso4idHeBZfPAahLYRQrabFqA,486
26
26
  biolib/_internal/templates/__init__.py,sha256=NVbhLUMC8HITzkLvP88Qu7FHaL-SvQord-DX3gh1Ykk,24
27
27
  biolib/_internal/templates/init_template/.biolib/config.yml,sha256=y4ndTgbFvUE1UiGcIOqogT2Wm8jahGffeyU5rlCEltQ,427
28
- biolib/_internal/templates/init_template/.github/workflows/biolib.yml,sha256=uJ1y06yVkL7H5SpW9XAX0Py4jQef6fgImQ-sZpTGHkc,447
29
- biolib/_internal/templates/init_template/Dockerfile,sha256=4X9Dpj72mfHcfbEXsr7KURKpHZ0z3vatIvvExOYR7SQ,167
28
+ biolib/_internal/templates/init_template/.github/workflows/biolib.yml,sha256=sphjoiycV_oc4VbaA8wbUEokSMpnrdB6N-bYju_5Ibo,522
29
+ biolib/_internal/templates/init_template/Dockerfile,sha256=Wv2r9aiazkL1wOf_BT1f5Kx_-txfrqSkYTtWI8HGdL8,169
30
30
  biolib/_internal/templates/init_template/requirements.txt,sha256=2GnBHsKg4tX5F06Z4YeLuId6jQO3-HGTITsaVBTDG0Y,42
31
- biolib/_internal/templates/init_template/run.sh,sha256=WvAn7Mr8EopkkBMngGbmqcoJmALSJkocoJ2SByvGBjk,36
32
- biolib/_internal/templates/init_template/src/run.py,sha256=GS2qGGmFGIthdxdSxZbGktwZc8x3Q2IVLubpp7hEROw,529
31
+ biolib/_internal/templates/init_template/run.py,sha256=GS2qGGmFGIthdxdSxZbGktwZc8x3Q2IVLubpp7hEROw,529
32
+ biolib/_internal/templates/init_template/run.sh,sha256=CF25MYW8vNcZee6_Lydg0o5JDWG0YbrSvFHhMJ5I6x0,39
33
33
  biolib/_internal/templates/templates.py,sha256=-o0VdRMwPhnzL4VlCe3BZYl1aI9HLKtOmNjs6gu9fIQ,101
34
34
  biolib/_internal/tree_utils.py,sha256=_Q_6_NDtIiROcefymqxEVddjqti6Mt3OZ4U0GcDW61s,3904
35
35
  biolib/_internal/types/__init__.py,sha256=WvtlSHh77QhYVTLeRpoPAzqvByLzbEPf_ZqYGHFlQug,247
@@ -139,8 +139,8 @@ biolib/utils/cache_state.py,sha256=u256F37QSRIVwqKlbnCyzAX4EMI-kl6Dwu6qwj-Qmag,3
139
139
  biolib/utils/multipart_uploader.py,sha256=XvGP1I8tQuKhAH-QugPRoEsCi9qvbRk-DVBs5PNwwJo,8452
140
140
  biolib/utils/seq_util.py,sha256=Ozk0blGtPur_D9MwShD02r_mphyQmgZkx-lOHOwnlIM,6730
141
141
  biolib/utils/zip/remote_zip.py,sha256=0wErYlxir5921agfFeV1xVjf29l9VNgGQvNlWOlj2Yc,23232
142
- pybiolib-1.2.838.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
143
- pybiolib-1.2.838.dist-info/METADATA,sha256=_KI6b_KNTAPIdypWZLFOcEeCvK5wk7BfF-SzMq79AZI,1570
144
- pybiolib-1.2.838.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
145
- pybiolib-1.2.838.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
146
- pybiolib-1.2.838.dist-info/RECORD,,
142
+ pybiolib-1.2.846.dist-info/LICENSE,sha256=F2h7gf8i0agDIeWoBPXDMYScvQOz02pAWkKhTGOHaaw,1067
143
+ pybiolib-1.2.846.dist-info/METADATA,sha256=JJWM8zRs2Dicm12fzJu1aqB4FeUL0nckB3mItyWSmQo,1570
144
+ pybiolib-1.2.846.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
145
+ pybiolib-1.2.846.dist-info/entry_points.txt,sha256=p6DyaP_2kctxegTX23WBznnrDi4mz6gx04O5uKtRDXg,42
146
+ pybiolib-1.2.846.dist-info/RECORD,,