Skip to content

Commit

Permalink
Small import bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
untergasser committed Sep 7, 2021
1 parent 0d81823 commit f69d58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def handle_data():
run_ele["pcrFormat_rows"] = request.form['pcrFormat_rows']
run_ele["pcrFormat_rowLabel"] = request.form['pcrFormat_rowLabel']

if request.form['pcrFormat_rowLabel'] == "amp":
if request.form['tableDataFormat'] == "amp":
tabAmpFilename = os.path.join(sf, "rdml_" + uuidstr + "_amplification_upload.tsv")
with open(tabAmpFilename, "w") as tabAmp:
tabAmp.write(request.form['tableData'])
Expand Down

0 comments on commit f69d58a

Please sign in to comment.