Skip to content
Snippets Groups Projects
Commit 1a5d4a3f authored by Hottlet Valentin's avatar Hottlet Valentin
Browse files

Fix digestion config handling in pampa-craft script

parent 4ecb6ab8
No related branches found
No related tags found
1 merge request!8Tests docker
......@@ -152,14 +152,14 @@ def extract_request(form):
if method in taxonomy:
extract_taxonomy_selection(form, log, req, error_messages, resdir)
"""if method in pconfig:
if method in pconfig:
if form["digestion"].value != "" and form["digestion"].value != "Trypsin":
digestion = form["digestion"].value
else:
digestion = None
if digestion:
req["config"] ="""
req["config"] = digestion
log.write("Recap downloads :\n")
for fn in req['files_uploaded']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment