opencloning 0.5.1__py3-none-any.whl → 1.0.0__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.
@@ -295,7 +295,7 @@ async def restriction_and_ligation(
295
295
  products,
296
296
  completed_source,
297
297
  source.output_name,
298
- no_products_error_message='No compatible restriction-ligation was found.',
298
+ no_products_error_message=f'No compatible restriction-ligation was found with {", ".join(source.restriction_enzymes)}.',
299
299
  )
300
300
 
301
301
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: opencloning
3
- Version: 0.5.1
3
+ Version: 1.0.0
4
4
  Summary: Backend of OpenCloning, a web application to generate molecular cloning strategies in json format, and share them with others.
5
5
  License: MIT
6
6
  License-File: LICENSE
@@ -28,7 +28,7 @@ opencloning/ebic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,
28
28
  opencloning/ebic/primer_design.py,sha256=e_PkEhnlkeV7D3iCeDL8s1p-FkNWj17zWNaq-x9Uz8E,3149
29
29
  opencloning/ebic/primer_design_settings.py,sha256=OnFsuh0QCvplUEPXLZouzRo9R7rm4nLbcd2LkDCiIDM,1896
30
30
  opencloning/endpoints/annotation.py,sha256=_jQGvwcP-LvoLJKaRG2_YyMLyOzk1R9lUlYNHFc7afY,2126
31
- opencloning/endpoints/assembly.py,sha256=e6PFNp0ZmAQ7niI54vAZkuTgjTg1NIf0vCnVfebF184,13373
31
+ opencloning/endpoints/assembly.py,sha256=ie90S-5eMmzOtXdnO6IBGBXTP0zSMZANnW3DRRJyTKw,13419
32
32
  opencloning/endpoints/endpoint_utils.py,sha256=KIbYA-XPFArHzVTQ8RfxDR4eI3WypOZPJx64_GmjGHY,2061
33
33
  opencloning/endpoints/external_import.py,sha256=IdhI1mBvBF77v6DB4Sfc5-RSzW90MzGjTc-zX7aeaxI,19671
34
34
  opencloning/endpoints/no_assembly.py,sha256=dOyfh_nfQOmnJx6Vwhwo7EBIIbMRwGf_Ap_VsjSQc40,4031
@@ -45,7 +45,7 @@ opencloning/pydantic_models.py,sha256=cKXRHQyPdQDxkdzEwKgwvmQy0UjFjDVFR-eKIsBSZb
45
45
  opencloning/request_examples.py,sha256=rg-v9a5ttzwu5tKY5h3tiT_kVkIZOicS8c01MxrEcEY,2653
46
46
  opencloning/temp_functions.py,sha256=wRh26uW_JT9sy3070jIizTT82CE_hS8-GRW3vXEd1GQ,2029
47
47
  opencloning/utils.py,sha256=0Lvw1h1AsUJTK2b9mNzYVi_DBeWmWCFA5dIPl_gERcI,1479
48
- opencloning-0.5.1.dist-info/METADATA,sha256=INHUNhEHznipdtJzmZLLP_pIRNs1ITtHW4PpRUJtyX8,9503
49
- opencloning-0.5.1.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
50
- opencloning-0.5.1.dist-info/licenses/LICENSE,sha256=VSdVE1f8axjIh6gvo9ZZygJdTVkRFMcwCW_hvjOHC_w,1058
51
- opencloning-0.5.1.dist-info/RECORD,,
48
+ opencloning-1.0.0.dist-info/METADATA,sha256=5iVg4G0HOROqemj3rSDC_dadsvNhctW6IufjsSPL5Ko,9503
49
+ opencloning-1.0.0.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
50
+ opencloning-1.0.0.dist-info/licenses/LICENSE,sha256=VSdVE1f8axjIh6gvo9ZZygJdTVkRFMcwCW_hvjOHC_w,1058
51
+ opencloning-1.0.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.3.0
2
+ Generator: poetry-core 2.3.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any