Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ def sample_at_length(l:int, seed:int):
|
|
87 |
l = int(l)
|
88 |
|
89 |
# Sample the angles
|
90 |
-
s = sampling.sample_simple("wukevin/foldingdiff_cath", n=1, sweep_lengths=(l, l+1))
|
91 |
|
92 |
# Create a PDB file after building out the structure in 3D coordinates
|
93 |
outdir = os.path.join(os.getcwd(), "output")
|
|
|
87 |
l = int(l)
|
88 |
|
89 |
# Sample the angles
|
90 |
+
s = sampling.sample_simple("wukevin/foldingdiff_cath", n=1, sweep_lengths=(l, l+1)).pop()
|
91 |
|
92 |
# Create a PDB file after building out the structure in 3D coordinates
|
93 |
outdir = os.path.join(os.getcwd(), "output")
|