stjames 0.0.71__py3-none-any.whl → 0.0.72__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.
@@ -8,8 +8,8 @@ from .workflow import FASTAWorkflow
8
8
 
9
9
  class CofoldingScores(BaseModel):
10
10
  confidence_score: float
11
- ptm: float # predicted template modelling score
12
- iptm: float # interface predicted template modelling score
11
+ ptm: float # predicted template modeling score
12
+ iptm: float # interface predicted template modeling score
13
13
 
14
14
 
15
15
  class ProteinCofoldingWorkflow(FASTAWorkflow):
@@ -17,7 +17,8 @@ class ProteinCofoldingWorkflow(FASTAWorkflow):
17
17
  A workflow for predicting structures. Especially protein structures.
18
18
 
19
19
  Inherited:
20
- :param initial_fasta: fasta string of interest
20
+ :param initial_protein_sequences: protein sequences of interest
21
+ :param initial_smiles_list: SMILES strings of interest
21
22
 
22
23
  New:
23
24
  :param use_msa_server: whether to use the MSA server
@@ -24,15 +24,17 @@ class Workflow(Base):
24
24
 
25
25
  class FASTAWorkflow(Workflow):
26
26
  """
27
- Base class for Workflows that operate on a fasta string.
27
+ Base class for Workflows that operate on protein sequences and SMILES.
28
28
 
29
- :param initial_fasta: fasta string of interest
29
+ :param initial_protein_sequences: protein sequences of interest
30
+ :param initial_smiles_list: SMILES strings of interest
30
31
  """
31
32
 
32
- initial_fasta: str
33
+ initial_protein_sequences: list[str]
34
+ initial_smiles_list: list[str] | None = None
33
35
 
34
36
  def __repr__(self) -> str:
35
- return f"<{type(self).__name__} {self.initial_fasta}>"
37
+ return f"<{type(self).__name__} {self.initial_protein_sequences} {self.initial_smiles_list}>"
36
38
 
37
39
 
38
40
  class SMILESWorkflow(Workflow):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stjames
3
- Version: 0.0.71
3
+ Version: 0.0.72
4
4
  Summary: standardized JSON atom/molecule encoding scheme
5
5
  Author-email: Corin Wagen <corin@rowansci.com>
6
6
  Project-URL: Homepage, https://github.com/rowansci/stjames
@@ -54,15 +54,15 @@ stjames/workflows/macropka.py,sha256=jFdo0log2ZDeqXYcLpGHq3L9zEUJLBgVQhzrwtKCM44
54
54
  stjames/workflows/molecular_dynamics.py,sha256=kxugE73Ntzpj-xpJSoQ1EwGzXXdvi_NTyeP4913EVwE,3173
55
55
  stjames/workflows/multistage_opt.py,sha256=pPLAZDztHd37q8cxCUkdq8EzOFyrTzZJHNfDV5auiHs,13638
56
56
  stjames/workflows/pka.py,sha256=j3vBh2YM3nJzJ1XJKPsmYahRCeaU9n3P-G-u9_moaFw,2065
57
- stjames/workflows/protein_cofolding.py,sha256=woDdmyMYVhrmOyB55mxIP56Rpw6iElDoS5YiX5oyixY,883
57
+ stjames/workflows/protein_cofolding.py,sha256=GPryfSu9C1uqZPnXMg6G_TCaV02YlBvyOta76UQrCPE,957
58
58
  stjames/workflows/redox_potential.py,sha256=7S18t9Y3eynSnA3lZbRlvLfdbgeBopdiigLzt1zxg5c,3871
59
59
  stjames/workflows/scan.py,sha256=DXQBpa2t2PowAtOwmdgpxaSLq--fEShljzAGSb8Nf5U,2993
60
60
  stjames/workflows/solubility.py,sha256=kGfVyPPGDLRpf2j6dSY7woCkfsoXSbUzdSImA4mcMpw,1898
61
61
  stjames/workflows/spin_states.py,sha256=0degmE-frovgoXweshZyjfjqL7nkbaFoO9YoJhvQnaI,4748
62
62
  stjames/workflows/tautomer.py,sha256=7eYKziGPg8Km6lfowTzSkgJfJ4SHUPrAmnTf8Bi-SB0,1164
63
- stjames/workflows/workflow.py,sha256=dmJbjI3Ng95zHEZd1Qkhhk5Eb1aF4W36Oy_GwZPJdBk,1704
64
- stjames-0.0.71.dist-info/licenses/LICENSE,sha256=i7ehYBS-6gGmbTcgU4mgk28pyOx2kScJ0kcx8n7bWLM,1084
65
- stjames-0.0.71.dist-info/METADATA,sha256=jFy2RQUS3wHe4vRo0w-OZskC6Yk3ctdMAhYhDrNPE-Q,1694
66
- stjames-0.0.71.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
67
- stjames-0.0.71.dist-info/top_level.txt,sha256=FYCwxl6quhYOAgG-mnPQcCK8vsVM7B8rIUrO-WrQ_PI,8
68
- stjames-0.0.71.dist-info/RECORD,,
63
+ stjames/workflows/workflow.py,sha256=NA4H9W_47UQWnrsdB5UXFODMaZWrmULYqW1pud5ErO4,1900
64
+ stjames-0.0.72.dist-info/licenses/LICENSE,sha256=i7ehYBS-6gGmbTcgU4mgk28pyOx2kScJ0kcx8n7bWLM,1084
65
+ stjames-0.0.72.dist-info/METADATA,sha256=1nYg2PIeHN5lZzjw-QGtX6cbaqv5r1YA7Eatd6aPGYU,1694
66
+ stjames-0.0.72.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
67
+ stjames-0.0.72.dist-info/top_level.txt,sha256=FYCwxl6quhYOAgG-mnPQcCK8vsVM7B8rIUrO-WrQ_PI,8
68
+ stjames-0.0.72.dist-info/RECORD,,