Simon Duerr commited on
Commit
5866cec
1 Parent(s): 96944c8
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1128,7 +1128,7 @@ def molecule(input_pdb, aligned_pdb, lenSeqs, num_res, selectedResidues, allSeqs
1128
  }
1129
  });
1130
  $("#download").click(function () {
1131
- download("outputs/out_" + currentIndex + "_aligned.pdb", data);
1132
  })
1133
  });
1134
  function download(filename, text) {
 
1128
  }
1129
  });
1130
  $("#download").click(function () {
1131
+ download("outputs/out_" + currentIndex + "_aligned.pdb", data[currentIndex]);
1132
  })
1133
  });
1134
  function download(filename, text) {