Git Lab CI for docker build enabled! You can enable it using .gitlab-ci.yml in your project. Check file template at https://gitlab.bio.di.uminho.pt/snippets/5

Accepting random options for Blast. Configs are now sent as input parameters

parent 40c030b9
......@@ -64,8 +64,11 @@ def submit():
files = request.files.getlist("file")
option = request.form["option"]
choices = request.form["choices"]
if(option == '2' or option == '3'):
choices = request.form["choices"]
else:
choices = ""
eValue = request.form["eValue"]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment