wukevin commited on
Commit
7c30300
1 Parent(s): 4d512f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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))[0]
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")