rowan-python 2.1.8__tar.gz → 2.1.9__tar.gz
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.
- {rowan_python-2.1.8 → rowan_python-2.1.9}/PKG-INFO +1 -1
- {rowan_python-2.1.8 → rowan_python-2.1.9}/pixi.lock +54 -52
- {rowan_python-2.1.8 → rowan_python-2.1.9}/pyproject.toml +1 -1
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/protein.py +21 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/workflow.py +39 -1
- {rowan_python-2.1.8 → rowan_python-2.1.9}/.envrc +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/.github/workflows/python-publish.yml +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/.github/workflows/test.yml +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/.gitignore +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/.pre-commit-config.yaml +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/LICENSE +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/README.md +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/docs/images/deciduous-tree-favicon.png +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/docs/index.md +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/docs/rowan_rdkit.md +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/docs/stylesheets/colors.css +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/PROTAC_solubility.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/aqueous_solubility.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/basic_calculation.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/basic_calculation_from_json.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/basic_calculation_with_constraint.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/basic_calculation_with_solvent.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/batch_docking.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/bde.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/boltz_paired_msa.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/boltz_single_msa.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/chai_paired_msa.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/chai_single_msa.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/cofolding_screen.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/colabfold_paired_msa.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/colabfold_single_msa.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/conformer_dependent_redox.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/conformers.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/data/workflow_example.json +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/docking_screen.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/double_ended_ts_search.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/fukui_index.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/ion_mobility.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/irc.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/macropka.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/multistage_opt.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/nmr.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/optimization.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/phenol_pka.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/pka.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/pose_analysis_md.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/protein_cofolding.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/redox_potential.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/scan.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/strain.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/examples/tautomer.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/mkdocs.yml +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/__init__.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/constants.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/folder.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/project.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/py.typed +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/rowan_rdkit/__init__.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/rowan_rdkit/chem_utils.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/user.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/rowan/utils.py +0 -0
- {rowan_python-2.1.8 → rowan_python-2.1.9}/tests/test_macropka_loop.py +0 -0
|
@@ -12,7 +12,7 @@ environments:
|
|
|
12
12
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
|
|
13
13
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.10.5-hbd8a1cb_0.conda
|
|
14
14
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda
|
|
15
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-
|
|
15
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-h1aa0949_5.conda
|
|
16
16
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
|
|
17
17
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda
|
|
18
18
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-h767d61c_7.conda
|
|
@@ -109,7 +109,7 @@ environments:
|
|
|
109
109
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/bzip2-1.0.8-hda65f42_8.conda
|
|
110
110
|
- conda: https://conda.anaconda.org/conda-forge/noarch/ca-certificates-2025.10.5-hbd8a1cb_0.conda
|
|
111
111
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/icu-75.1-he02047a_0.conda
|
|
112
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-
|
|
112
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-h1aa0949_5.conda
|
|
113
113
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
|
|
114
114
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libffi-3.5.2-h9ec8514_0.conda
|
|
115
115
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libgcc-15.2.0-h767d61c_7.conda
|
|
@@ -140,13 +140,13 @@ environments:
|
|
|
140
140
|
- pypi: https://files.pythonhosted.org/packages/67/ff/f6b948ca32e4f2a4576aa129d8bed61f2e0543bf9f5f2b7fc3758ed005c9/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
|
|
141
141
|
- pypi: https://files.pythonhosted.org/packages/db/d3/9dcc0f5797f070ec8edf30fbadfb200e71d9db6b84d211e3b2085a7589a0/click-8.3.0-py3-none-any.whl
|
|
142
142
|
- pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
|
|
143
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
143
|
+
- pypi: https://files.pythonhosted.org/packages/20/1d/784b87270784b0b88e4beec9d028e8d58f73ae248032579c63ad2ac6f69a/coverage-7.11.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
|
|
144
144
|
- pypi: https://files.pythonhosted.org/packages/4e/8c/f3147f5c4b73e7550fe5f9352eaa956ae838d5c51eb58e7a25b9f3e2643b/decorator-5.2.1-py3-none-any.whl
|
|
145
145
|
- pypi: https://files.pythonhosted.org/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl
|
|
146
146
|
- pypi: https://files.pythonhosted.org/packages/c1/ea/53f2148663b321f21b5a606bd5f191517cf40b7072c0497d3c92c4a13b1e/executing-2.2.1-py2.py3-none-any.whl
|
|
147
147
|
- pypi: https://files.pythonhosted.org/packages/76/91/7216b27286936c16f5b4d0c530087e4a54eead683e6b0b73dd0c64844af6/filelock-3.20.0-py3-none-any.whl
|
|
148
148
|
- pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl
|
|
149
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
149
|
+
- pypi: https://files.pythonhosted.org/packages/9c/83/3b1d03d36f224edded98e9affd0467630fc09d766c0e56fb1498cbb04a9b/griffe-1.15.0-py3-none-any.whl
|
|
150
150
|
- pypi: https://files.pythonhosted.org/packages/78/e3/94b2e39d841a1c07b586903177d3ee802c8ae87567449a541d14028eb657/griffe_pydantic-1.1.8-py3-none-any.whl
|
|
151
151
|
- pypi: https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl
|
|
152
152
|
- pypi: https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl
|
|
@@ -168,7 +168,7 @@ environments:
|
|
|
168
168
|
- pypi: https://files.pythonhosted.org/packages/f5/df/bc583e857174b0dc6df67d555123533f09e7e1ac0f3fae7693fb6840c0a3/mkdocs_material-9.6.23-py3-none-any.whl
|
|
169
169
|
- pypi: https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl
|
|
170
170
|
- pypi: https://files.pythonhosted.org/packages/7b/2c/f0dc4e1ee7f618f5bff7e05898d20bf8b6e7fa612038f768bfa295f136a4/mkdocstrings-0.30.1-py3-none-any.whl
|
|
171
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
171
|
+
- pypi: https://files.pythonhosted.org/packages/98/5c/2597cef67b6947b15c47f8dba967a0baf19fbdfdc86f6e4a8ba7af8b581a/mkdocstrings_python-1.19.0-py3-none-any.whl
|
|
172
172
|
- pypi: https://files.pythonhosted.org/packages/a4/8e/469e5a4a2f5855992e425f3cb33804cc07bf18d48f2db061aec61ce50270/more_itertools-10.8.0-py3-none-any.whl
|
|
173
173
|
- pypi: https://files.pythonhosted.org/packages/5b/11/040983fad5132d85914c874a2836252bbc57832065548885b5bb5b0d4359/mypy-1.18.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
|
|
174
174
|
- pypi: https://files.pythonhosted.org/packages/79/7b/2c79738432f5c924bef5071f933bcc9efd0473bac3b4aa584a6f7c1c8df8/mypy_extensions-1.1.0-py3-none-any.whl
|
|
@@ -183,7 +183,7 @@ environments:
|
|
|
183
183
|
- pypi: https://files.pythonhosted.org/packages/3a/be/ee90a3d79271227e0f0a33c453531efd6ed14b2e708596ba5dd9be948da3/pillow-12.0.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
|
|
184
184
|
- pypi: https://files.pythonhosted.org/packages/73/cb/ac7874b3e5d58441674fb70742e6c374b28b0c7cb988d37d991cde47166c/platformdirs-4.5.0-py3-none-any.whl
|
|
185
185
|
- pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl
|
|
186
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
186
|
+
- pypi: https://files.pythonhosted.org/packages/27/11/574fe7d13acf30bfd0a8dd7fa1647040f2b8064f13f43e8c963b1e65093b/pre_commit-4.4.0-py2.py3-none-any.whl
|
|
187
187
|
- pypi: https://files.pythonhosted.org/packages/84/03/0d3ce49e2505ae70cf43bc5bb3033955d2fc9f932163e84dc0779cc47f48/prompt_toolkit-3.0.52-py3-none-any.whl
|
|
188
188
|
- pypi: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl
|
|
189
189
|
- pypi: https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl
|
|
@@ -191,7 +191,7 @@ environments:
|
|
|
191
191
|
- pypi: https://files.pythonhosted.org/packages/4c/d2/ef2074dc020dd6e109611a8be4449b98cd25e1b9b8a303c2f0fca2f2bcf7/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
192
192
|
- pypi: https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl
|
|
193
193
|
- pypi: https://files.pythonhosted.org/packages/e4/06/43084e6cbd4b3bc0e80f6be743b2e79fbc6eed8de9ad8c629939fa55d972/pymdown_extensions-10.16.1-py3-none-any.whl
|
|
194
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
194
|
+
- pypi: https://files.pythonhosted.org/packages/72/99/cafef234114a3b6d9f3aaed0723b437c40c57bdb7b3e4c3a575bc4890052/pytest-9.0.0-py3-none-any.whl
|
|
195
195
|
- pypi: https://files.pythonhosted.org/packages/ee/49/1377b49de7d0c1ce41292161ea0f721913fa8722c19fb9c1e3aa0367eecb/pytest_cov-7.0.0-py3-none-any.whl
|
|
196
196
|
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
|
|
197
197
|
- pypi: https://files.pythonhosted.org/packages/14/1b/a298b06749107c305e1fe0f814c6c74aea7b2f1e10989cb30f544a1b3253/python_dotenv-1.2.1-py3-none-any.whl
|
|
@@ -200,7 +200,7 @@ environments:
|
|
|
200
200
|
- pypi: https://files.pythonhosted.org/packages/fe/76/e1acd4a03f31cf323bd4899062ae954df029d06b1f8794bb1a03dbbf9f5c/rdkit-2025.9.1-cp314-cp314-manylinux_2_28_x86_64.whl
|
|
201
201
|
- pypi: https://files.pythonhosted.org/packages/d9/0f/90088510d4758e0ee475ae1fc7f96e7bccd0e31f24107567075482b2fe9e/rdkit_stubs-0.8-py3-none-any.whl
|
|
202
202
|
- pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
|
|
203
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
203
|
+
- pypi: https://files.pythonhosted.org/packages/ee/79/6ad4dda2cfd55e41ac9ed6d73ef9ab9475b1eef69f3a85957210c74ba12c/ruff-0.14.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
204
204
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
205
205
|
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
|
|
206
206
|
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
|
@@ -242,13 +242,13 @@ environments:
|
|
|
242
242
|
- pypi: https://files.pythonhosted.org/packages/2a/35/7051599bd493e62411d6ede36fd5af83a38f37c4767b92884df7301db25d/charset_normalizer-3.4.4-cp314-cp314-macosx_10_13_universal2.whl
|
|
243
243
|
- pypi: https://files.pythonhosted.org/packages/db/d3/9dcc0f5797f070ec8edf30fbadfb200e71d9db6b84d211e3b2085a7589a0/click-8.3.0-py3-none-any.whl
|
|
244
244
|
- pypi: https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl
|
|
245
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
245
|
+
- pypi: https://files.pythonhosted.org/packages/28/76/1079547f9d46f9c7c7d0dad35b6873c98bc5aa721eeabceafabd722cd5e7/coverage-7.11.3-cp314-cp314-macosx_11_0_arm64.whl
|
|
246
246
|
- pypi: https://files.pythonhosted.org/packages/4e/8c/f3147f5c4b73e7550fe5f9352eaa956ae838d5c51eb58e7a25b9f3e2643b/decorator-5.2.1-py3-none-any.whl
|
|
247
247
|
- pypi: https://files.pythonhosted.org/packages/33/6b/e0547afaf41bf2c42e52430072fa5658766e3d65bd4b03a563d1b6336f57/distlib-0.4.0-py2.py3-none-any.whl
|
|
248
248
|
- pypi: https://files.pythonhosted.org/packages/c1/ea/53f2148663b321f21b5a606bd5f191517cf40b7072c0497d3c92c4a13b1e/executing-2.2.1-py2.py3-none-any.whl
|
|
249
249
|
- pypi: https://files.pythonhosted.org/packages/76/91/7216b27286936c16f5b4d0c530087e4a54eead683e6b0b73dd0c64844af6/filelock-3.20.0-py3-none-any.whl
|
|
250
250
|
- pypi: https://files.pythonhosted.org/packages/f7/ec/67fbef5d497f86283db54c22eec6f6140243aae73265799baaaa19cd17fb/ghp_import-2.1.0-py3-none-any.whl
|
|
251
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
251
|
+
- pypi: https://files.pythonhosted.org/packages/9c/83/3b1d03d36f224edded98e9affd0467630fc09d766c0e56fb1498cbb04a9b/griffe-1.15.0-py3-none-any.whl
|
|
252
252
|
- pypi: https://files.pythonhosted.org/packages/78/e3/94b2e39d841a1c07b586903177d3ee802c8ae87567449a541d14028eb657/griffe_pydantic-1.1.8-py3-none-any.whl
|
|
253
253
|
- pypi: https://files.pythonhosted.org/packages/04/4b/29cac41a4d98d144bf5f6d33995617b185d14b22401f75ca86f384e87ff1/h11-0.16.0-py3-none-any.whl
|
|
254
254
|
- pypi: https://files.pythonhosted.org/packages/7e/f5/f66802a942d491edb555dd61e3a9961140fd64c90bce1eafd741609d334d/httpcore-1.0.9-py3-none-any.whl
|
|
@@ -270,7 +270,7 @@ environments:
|
|
|
270
270
|
- pypi: https://files.pythonhosted.org/packages/f5/df/bc583e857174b0dc6df67d555123533f09e7e1ac0f3fae7693fb6840c0a3/mkdocs_material-9.6.23-py3-none-any.whl
|
|
271
271
|
- pypi: https://files.pythonhosted.org/packages/5b/54/662a4743aa81d9582ee9339d4ffa3c8fd40a4965e033d77b9da9774d3960/mkdocs_material_extensions-1.3.1-py3-none-any.whl
|
|
272
272
|
- pypi: https://files.pythonhosted.org/packages/7b/2c/f0dc4e1ee7f618f5bff7e05898d20bf8b6e7fa612038f768bfa295f136a4/mkdocstrings-0.30.1-py3-none-any.whl
|
|
273
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
273
|
+
- pypi: https://files.pythonhosted.org/packages/98/5c/2597cef67b6947b15c47f8dba967a0baf19fbdfdc86f6e4a8ba7af8b581a/mkdocstrings_python-1.19.0-py3-none-any.whl
|
|
274
274
|
- pypi: https://files.pythonhosted.org/packages/a4/8e/469e5a4a2f5855992e425f3cb33804cc07bf18d48f2db061aec61ce50270/more_itertools-10.8.0-py3-none-any.whl
|
|
275
275
|
- pypi: https://files.pythonhosted.org/packages/50/df/2cffbf25737bdb236f60c973edf62e3e7b4ee1c25b6878629e88e2cde967/mypy-1.18.2-cp314-cp314-macosx_11_0_arm64.whl
|
|
276
276
|
- pypi: https://files.pythonhosted.org/packages/79/7b/2c79738432f5c924bef5071f933bcc9efd0473bac3b4aa584a6f7c1c8df8/mypy_extensions-1.1.0-py3-none-any.whl
|
|
@@ -285,7 +285,7 @@ environments:
|
|
|
285
285
|
- pypi: https://files.pythonhosted.org/packages/fc/f5/eae31a306341d8f331f43edb2e9122c7661b975433de5e447939ae61c5da/pillow-12.0.0-cp314-cp314-macosx_11_0_arm64.whl
|
|
286
286
|
- pypi: https://files.pythonhosted.org/packages/73/cb/ac7874b3e5d58441674fb70742e6c374b28b0c7cb988d37d991cde47166c/platformdirs-4.5.0-py3-none-any.whl
|
|
287
287
|
- pypi: https://files.pythonhosted.org/packages/54/20/4d324d65cc6d9205fabedc306948156824eb9f0ee1633355a8f7ec5c66bf/pluggy-1.6.0-py3-none-any.whl
|
|
288
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
288
|
+
- pypi: https://files.pythonhosted.org/packages/27/11/574fe7d13acf30bfd0a8dd7fa1647040f2b8064f13f43e8c963b1e65093b/pre_commit-4.4.0-py2.py3-none-any.whl
|
|
289
289
|
- pypi: https://files.pythonhosted.org/packages/84/03/0d3ce49e2505ae70cf43bc5bb3033955d2fc9f932163e84dc0779cc47f48/prompt_toolkit-3.0.52-py3-none-any.whl
|
|
290
290
|
- pypi: https://files.pythonhosted.org/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl
|
|
291
291
|
- pypi: https://files.pythonhosted.org/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl
|
|
@@ -293,7 +293,7 @@ environments:
|
|
|
293
293
|
- pypi: https://files.pythonhosted.org/packages/74/1a/145646e5687e8d9a1e8d09acb278c8535ebe9e972e1f162ed338a622f193/pydantic_core-2.41.5-cp314-cp314-macosx_11_0_arm64.whl
|
|
294
294
|
- pypi: https://files.pythonhosted.org/packages/c7/21/705964c7812476f378728bdf590ca4b771ec72385c533964653c68e86bdc/pygments-2.19.2-py3-none-any.whl
|
|
295
295
|
- pypi: https://files.pythonhosted.org/packages/e4/06/43084e6cbd4b3bc0e80f6be743b2e79fbc6eed8de9ad8c629939fa55d972/pymdown_extensions-10.16.1-py3-none-any.whl
|
|
296
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
296
|
+
- pypi: https://files.pythonhosted.org/packages/72/99/cafef234114a3b6d9f3aaed0723b437c40c57bdb7b3e4c3a575bc4890052/pytest-9.0.0-py3-none-any.whl
|
|
297
297
|
- pypi: https://files.pythonhosted.org/packages/ee/49/1377b49de7d0c1ce41292161ea0f721913fa8722c19fb9c1e3aa0367eecb/pytest_cov-7.0.0-py3-none-any.whl
|
|
298
298
|
- pypi: https://files.pythonhosted.org/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl
|
|
299
299
|
- pypi: https://files.pythonhosted.org/packages/14/1b/a298b06749107c305e1fe0f814c6c74aea7b2f1e10989cb30f544a1b3253/python_dotenv-1.2.1-py3-none-any.whl
|
|
@@ -302,7 +302,7 @@ environments:
|
|
|
302
302
|
- pypi: https://files.pythonhosted.org/packages/80/46/b06b28b43d70a83cfd35a1ede3b549d2b2bf9547e898bb95aa84e9ed10e8/rdkit-2025.9.1-cp314-cp314-macosx_11_0_arm64.whl
|
|
303
303
|
- pypi: https://files.pythonhosted.org/packages/d9/0f/90088510d4758e0ee475ae1fc7f96e7bccd0e31f24107567075482b2fe9e/rdkit_stubs-0.8-py3-none-any.whl
|
|
304
304
|
- pypi: https://files.pythonhosted.org/packages/1e/db/4254e3eabe8020b458f1a747140d32277ec7a271daf1d235b70dc0b4e6e3/requests-2.32.5-py3-none-any.whl
|
|
305
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
305
|
+
- pypi: https://files.pythonhosted.org/packages/14/bb/1564b000219144bf5eed2359edc94c3590dd49d510751dad26202c18a17d/ruff-0.14.4-py3-none-macosx_11_0_arm64.whl
|
|
306
306
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
307
307
|
- pypi: https://files.pythonhosted.org/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl
|
|
308
308
|
- pypi: https://files.pythonhosted.org/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl
|
|
@@ -451,17 +451,17 @@ packages:
|
|
|
451
451
|
version: 0.4.6
|
|
452
452
|
sha256: 4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6
|
|
453
453
|
requires_python: '>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*'
|
|
454
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
454
|
+
- pypi: https://files.pythonhosted.org/packages/20/1d/784b87270784b0b88e4beec9d028e8d58f73ae248032579c63ad2ac6f69a/coverage-7.11.3-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
|
|
455
455
|
name: coverage
|
|
456
|
-
version: 7.11.
|
|
457
|
-
sha256:
|
|
456
|
+
version: 7.11.3
|
|
457
|
+
sha256: 9061a3e3c92b27fd8036dafa26f25d95695b6aa2e4514ab16a254f297e664f83
|
|
458
458
|
requires_dist:
|
|
459
459
|
- tomli ; python_full_version <= '3.11' and extra == 'toml'
|
|
460
460
|
requires_python: '>=3.10'
|
|
461
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
461
|
+
- pypi: https://files.pythonhosted.org/packages/28/76/1079547f9d46f9c7c7d0dad35b6873c98bc5aa721eeabceafabd722cd5e7/coverage-7.11.3-cp314-cp314-macosx_11_0_arm64.whl
|
|
462
462
|
name: coverage
|
|
463
|
-
version: 7.11.
|
|
464
|
-
sha256:
|
|
463
|
+
version: 7.11.3
|
|
464
|
+
sha256: fe3425dc6021f906c6325d3c415e048e7cdb955505a94f1eb774dafc779ba203
|
|
465
465
|
requires_dist:
|
|
466
466
|
- tomli ; python_full_version <= '3.11' and extra == 'toml'
|
|
467
467
|
requires_python: '>=3.10'
|
|
@@ -502,13 +502,16 @@ packages:
|
|
|
502
502
|
- markdown ; extra == 'dev'
|
|
503
503
|
- flake8 ; extra == 'dev'
|
|
504
504
|
- wheel ; extra == 'dev'
|
|
505
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
505
|
+
- pypi: https://files.pythonhosted.org/packages/9c/83/3b1d03d36f224edded98e9affd0467630fc09d766c0e56fb1498cbb04a9b/griffe-1.15.0-py3-none-any.whl
|
|
506
506
|
name: griffe
|
|
507
|
-
version: 1.
|
|
508
|
-
sha256:
|
|
507
|
+
version: 1.15.0
|
|
508
|
+
sha256: 6f6762661949411031f5fcda9593f586e6ce8340f0ba88921a0f2ef7a81eb9a3
|
|
509
509
|
requires_dist:
|
|
510
510
|
- colorama>=0.4
|
|
511
|
-
|
|
511
|
+
- pip>=24.0 ; extra == 'pypi'
|
|
512
|
+
- platformdirs>=4.2 ; extra == 'pypi'
|
|
513
|
+
- wheel>=0.42 ; extra == 'pypi'
|
|
514
|
+
requires_python: '>=3.10'
|
|
512
515
|
- pypi: https://files.pythonhosted.org/packages/78/e3/94b2e39d841a1c07b586903177d3ee802c8ae87567449a541d14028eb657/griffe_pydantic-1.1.8-py3-none-any.whl
|
|
513
516
|
name: griffe-pydantic
|
|
514
517
|
version: 1.1.8
|
|
@@ -695,19 +698,18 @@ packages:
|
|
|
695
698
|
- markupsafe>=2.0
|
|
696
699
|
- babel>=2.7 ; extra == 'i18n'
|
|
697
700
|
requires_python: '>=3.7'
|
|
698
|
-
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-
|
|
699
|
-
sha256:
|
|
700
|
-
md5:
|
|
701
|
+
- conda: https://conda.anaconda.org/conda-forge/linux-64/ld_impl_linux-64-2.44-h1aa0949_5.conda
|
|
702
|
+
sha256: dab1fbf65abb05d3f2ee49dff90d60eeb2e02039fcb561343c7cea5dea523585
|
|
703
|
+
md5: 511ed8935448c1875776b60ad3daf3a1
|
|
701
704
|
depends:
|
|
702
705
|
- __glibc >=2.17,<3.0.a0
|
|
703
706
|
- zstd >=1.5.7,<1.6.0a0
|
|
704
707
|
constrains:
|
|
705
708
|
- binutils_impl_linux-64 2.44
|
|
706
709
|
license: GPL-3.0-only
|
|
707
|
-
license_family: GPL
|
|
708
710
|
purls: []
|
|
709
|
-
size:
|
|
710
|
-
timestamp:
|
|
711
|
+
size: 741516
|
|
712
|
+
timestamp: 1762674665675
|
|
711
713
|
- conda: https://conda.anaconda.org/conda-forge/linux-64/libexpat-2.7.1-hecca717_0.conda
|
|
712
714
|
sha256: da2080da8f0288b95dd86765c801c6e166c4619b910b11f9a8446fb852438dc2
|
|
713
715
|
md5: 4211416ecba1866fab0c6470986c22d6
|
|
@@ -1056,16 +1058,16 @@ packages:
|
|
|
1056
1058
|
- mkdocstrings-python-legacy>=0.2.1 ; extra == 'python-legacy'
|
|
1057
1059
|
- mkdocstrings-python>=1.16.2 ; extra == 'python'
|
|
1058
1060
|
requires_python: '>=3.9'
|
|
1059
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1061
|
+
- pypi: https://files.pythonhosted.org/packages/98/5c/2597cef67b6947b15c47f8dba967a0baf19fbdfdc86f6e4a8ba7af8b581a/mkdocstrings_python-1.19.0-py3-none-any.whl
|
|
1060
1062
|
name: mkdocstrings-python
|
|
1061
|
-
version: 1.
|
|
1062
|
-
sha256:
|
|
1063
|
+
version: 1.19.0
|
|
1064
|
+
sha256: 395c1032af8f005234170575cc0c5d4d20980846623b623b35594281be4a3059
|
|
1063
1065
|
requires_dist:
|
|
1064
1066
|
- mkdocstrings>=0.30
|
|
1065
1067
|
- mkdocs-autorefs>=1.4
|
|
1066
1068
|
- griffe>=1.13
|
|
1067
1069
|
- typing-extensions>=4.0 ; python_full_version < '3.11'
|
|
1068
|
-
requires_python: '>=3.
|
|
1070
|
+
requires_python: '>=3.10'
|
|
1069
1071
|
- pypi: https://files.pythonhosted.org/packages/a4/8e/469e5a4a2f5855992e425f3cb33804cc07bf18d48f2db061aec61ce50270/more_itertools-10.8.0-py3-none-any.whl
|
|
1070
1072
|
name: more-itertools
|
|
1071
1073
|
version: 10.8.0
|
|
@@ -1294,17 +1296,17 @@ packages:
|
|
|
1294
1296
|
- pytest-benchmark ; extra == 'testing'
|
|
1295
1297
|
- coverage ; extra == 'testing'
|
|
1296
1298
|
requires_python: '>=3.9'
|
|
1297
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1299
|
+
- pypi: https://files.pythonhosted.org/packages/27/11/574fe7d13acf30bfd0a8dd7fa1647040f2b8064f13f43e8c963b1e65093b/pre_commit-4.4.0-py2.py3-none-any.whl
|
|
1298
1300
|
name: pre-commit
|
|
1299
|
-
version: 4.
|
|
1300
|
-
sha256:
|
|
1301
|
+
version: 4.4.0
|
|
1302
|
+
sha256: b35ea52957cbf83dcc5d8ee636cbead8624e3a15fbfa61a370e42158ac8a5813
|
|
1301
1303
|
requires_dist:
|
|
1302
1304
|
- cfgv>=2.0.0
|
|
1303
1305
|
- identify>=1.0.0
|
|
1304
1306
|
- nodeenv>=0.11.1
|
|
1305
1307
|
- pyyaml>=5.1
|
|
1306
1308
|
- virtualenv>=20.10.0
|
|
1307
|
-
requires_python: '>=3.
|
|
1309
|
+
requires_python: '>=3.10'
|
|
1308
1310
|
- pypi: https://files.pythonhosted.org/packages/84/03/0d3ce49e2505ae70cf43bc5bb3033955d2fc9f932163e84dc0779cc47f48/prompt_toolkit-3.0.52-py3-none-any.whl
|
|
1309
1311
|
name: prompt-toolkit
|
|
1310
1312
|
version: 3.0.52
|
|
@@ -1364,15 +1366,15 @@ packages:
|
|
|
1364
1366
|
- pyyaml
|
|
1365
1367
|
- pygments>=2.19.1 ; extra == 'extra'
|
|
1366
1368
|
requires_python: '>=3.9'
|
|
1367
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1369
|
+
- pypi: https://files.pythonhosted.org/packages/72/99/cafef234114a3b6d9f3aaed0723b437c40c57bdb7b3e4c3a575bc4890052/pytest-9.0.0-py3-none-any.whl
|
|
1368
1370
|
name: pytest
|
|
1369
|
-
version:
|
|
1370
|
-
sha256:
|
|
1371
|
+
version: 9.0.0
|
|
1372
|
+
sha256: e5ccdf10b0bac554970ee88fc1a4ad0ee5d221f8ef22321f9b7e4584e19d7f96
|
|
1371
1373
|
requires_dist:
|
|
1372
1374
|
- colorama>=0.4 ; sys_platform == 'win32'
|
|
1373
1375
|
- exceptiongroup>=1 ; python_full_version < '3.11'
|
|
1374
|
-
- iniconfig>=1
|
|
1375
|
-
- packaging>=
|
|
1376
|
+
- iniconfig>=1.0.1
|
|
1377
|
+
- packaging>=22
|
|
1376
1378
|
- pluggy>=1.5,<2
|
|
1377
1379
|
- pygments>=2.7.2
|
|
1378
1380
|
- tomli>=1 ; python_full_version < '3.11'
|
|
@@ -1383,7 +1385,7 @@ packages:
|
|
|
1383
1385
|
- requests ; extra == 'dev'
|
|
1384
1386
|
- setuptools ; extra == 'dev'
|
|
1385
1387
|
- xmlschema ; extra == 'dev'
|
|
1386
|
-
requires_python: '>=3.
|
|
1388
|
+
requires_python: '>=3.10'
|
|
1387
1389
|
- pypi: https://files.pythonhosted.org/packages/ee/49/1377b49de7d0c1ce41292161ea0f721913fa8722c19fb9c1e3aa0367eecb/pytest_cov-7.0.0-py3-none-any.whl
|
|
1388
1390
|
name: pytest-cov
|
|
1389
1391
|
version: 7.0.0
|
|
@@ -1545,8 +1547,8 @@ packages:
|
|
|
1545
1547
|
requires_python: '>=3.9'
|
|
1546
1548
|
- pypi: ./
|
|
1547
1549
|
name: rowan-python
|
|
1548
|
-
version: 2.1.
|
|
1549
|
-
sha256:
|
|
1550
|
+
version: 2.1.9
|
|
1551
|
+
sha256: d6fdbc61eb40000173e38b026fee19b4401a08485c97b04700cb10b451356300
|
|
1550
1552
|
requires_dist:
|
|
1551
1553
|
- httpx
|
|
1552
1554
|
- stjames>=0.0.125
|
|
@@ -1555,15 +1557,15 @@ packages:
|
|
|
1555
1557
|
- nest-asyncio
|
|
1556
1558
|
requires_python: '>=3.11'
|
|
1557
1559
|
editable: true
|
|
1558
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1560
|
+
- pypi: https://files.pythonhosted.org/packages/14/bb/1564b000219144bf5eed2359edc94c3590dd49d510751dad26202c18a17d/ruff-0.14.4-py3-none-macosx_11_0_arm64.whl
|
|
1559
1561
|
name: ruff
|
|
1560
|
-
version: 0.14.
|
|
1561
|
-
sha256:
|
|
1562
|
+
version: 0.14.4
|
|
1563
|
+
sha256: 9358d490ec030f1b51d048a7fd6ead418ed0826daf6149e95e30aa67c168af33
|
|
1562
1564
|
requires_python: '>=3.7'
|
|
1563
|
-
- pypi: https://files.pythonhosted.org/packages/
|
|
1565
|
+
- pypi: https://files.pythonhosted.org/packages/ee/79/6ad4dda2cfd55e41ac9ed6d73ef9ab9475b1eef69f3a85957210c74ba12c/ruff-0.14.4-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
|
|
1564
1566
|
name: ruff
|
|
1565
|
-
version: 0.14.
|
|
1566
|
-
sha256:
|
|
1567
|
+
version: 0.14.4
|
|
1568
|
+
sha256: 456daa2fa1021bc86ca857f43fe29d5d8b3f0e55e9f90c58c317c1dcc2afc7b5
|
|
1567
1569
|
requires_python: '>=3.7'
|
|
1568
1570
|
- pypi: https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl
|
|
1569
1571
|
name: setuptools
|
|
@@ -114,6 +114,27 @@ class Protein(BaseModel):
|
|
|
114
114
|
response = client.post(f"/protein/sanitize/{self.uuid}")
|
|
115
115
|
response.raise_for_status()
|
|
116
116
|
|
|
117
|
+
def download_pdb_file(self, path: Path | None = None, name: str | None = None) -> None:
|
|
118
|
+
"""
|
|
119
|
+
Downloads the PDB file for a protein
|
|
120
|
+
|
|
121
|
+
:param path: Directory to save the file to (defaults to current directory)
|
|
122
|
+
:param name: Optional custom name for the file (defaults to protein name)
|
|
123
|
+
:raises requests.HTTPError: if the request to the API fails
|
|
124
|
+
"""
|
|
125
|
+
if path is None:
|
|
126
|
+
path = Path.cwd()
|
|
127
|
+
|
|
128
|
+
path.mkdir(parents=True, exist_ok=True)
|
|
129
|
+
|
|
130
|
+
with api_client() as client:
|
|
131
|
+
response = client.get(f"/protein/{self.uuid}/get_pdb_file")
|
|
132
|
+
response.raise_for_status()
|
|
133
|
+
|
|
134
|
+
file_path = path / f"{name or self.name}.pdb"
|
|
135
|
+
with open(file_path, "wb") as f:
|
|
136
|
+
f.write(response.content)
|
|
137
|
+
|
|
117
138
|
|
|
118
139
|
def retrieve_protein(uuid: str) -> Protein:
|
|
119
140
|
"""
|
|
@@ -240,6 +240,35 @@ class Workflow(BaseModel):
|
|
|
240
240
|
with open(path / f"{self.name}-msa.tar.gz", "wb") as f:
|
|
241
241
|
f.write(response.content)
|
|
242
242
|
|
|
243
|
+
def download_dcd_files(self, replicates: list[int],
|
|
244
|
+
name: str | None = None, path: Path | None = None) -> None:
|
|
245
|
+
"""
|
|
246
|
+
Downloads DCD trajectory files for specified replicates
|
|
247
|
+
|
|
248
|
+
:param replicates: List of replicate indices to download
|
|
249
|
+
:param name: Optional custom name for the tar.gz file (defaults to workflow name)
|
|
250
|
+
:param path: Directory to save the file to (defaults to current directory)
|
|
251
|
+
:raises ValueError: if workflow is not a pose analysis MD workflow
|
|
252
|
+
:raises requests.HTTPError: if the request to the API fails
|
|
253
|
+
"""
|
|
254
|
+
if self.workflow_type != "pose_analysis_md":
|
|
255
|
+
raise ValueError("This workflow is not a pose analysis molecular dynamics workflow.")
|
|
256
|
+
|
|
257
|
+
if path is None:
|
|
258
|
+
path = Path.cwd()
|
|
259
|
+
|
|
260
|
+
path.mkdir(parents=True, exist_ok=True)
|
|
261
|
+
|
|
262
|
+
with api_client() as client:
|
|
263
|
+
response = client.post(
|
|
264
|
+
f"/trajectory/{self.uuid}/trajectory_dcds", json=replicates
|
|
265
|
+
)
|
|
266
|
+
response.raise_for_status()
|
|
267
|
+
|
|
268
|
+
file_path = path / f"{name or self.name}.tar.gz"
|
|
269
|
+
with open(file_path, "wb") as f:
|
|
270
|
+
f.write(response.content)
|
|
271
|
+
|
|
243
272
|
|
|
244
273
|
def submit_workflow(
|
|
245
274
|
workflow_type: stjames.WORKFLOW_NAME,
|
|
@@ -1520,7 +1549,16 @@ def submit_msa_workflow(
|
|
|
1520
1549
|
max_credits: int | None = None,
|
|
1521
1550
|
) -> Workflow:
|
|
1522
1551
|
"""
|
|
1523
|
-
Submits
|
|
1552
|
+
Submits a multiple sequence alignment (MSA) workflow to the API.
|
|
1553
|
+
|
|
1554
|
+
:param initial_protein_sequences: List of protein sequences to align, as ProteinSequence objects
|
|
1555
|
+
sor strings.
|
|
1556
|
+
:param output_formats: List of output formats for the resulting MSA files.
|
|
1557
|
+
:param name: The name to assign to the workflow.
|
|
1558
|
+
:param folder_uuid: UUID of the folder where the workflow will be stored.
|
|
1559
|
+
:param max_credits: The maximum number of credits to use for the workflow.
|
|
1560
|
+
:return: A Workflow object representing the submitted MSA workflow.
|
|
1561
|
+
:raises HTTPError: If the API request fails.
|
|
1524
1562
|
"""
|
|
1525
1563
|
workflow = stjames.MSAWorkflow(
|
|
1526
1564
|
initial_protein_sequences=initial_protein_sequences,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|