jlgaralc commited on
Commit
3d96157
·
verified ·
1 Parent(s): bdb97e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def run_blast(arguments_string: str) -> str:
74
  'PROGRAM': program,
75
  'DATABASE': database,
76
  'QUERY': query_sequence,
77
- 'FORMAT_TYPE': 'JSON2',
78
  'HITLIST_SIZE': 5, # Return only the top 5 hits
79
  'DESCRIPTIONS': 5, # Print only 5 descriptions
80
  'ALIGNMENTS': 5
 
74
  'PROGRAM': program,
75
  'DATABASE': database,
76
  'QUERY': query_sequence,
77
+ 'FORMAT_TYPE': 'Text',
78
  'HITLIST_SIZE': 5, # Return only the top 5 hits
79
  'DESCRIPTIONS': 5, # Print only 5 descriptions
80
  'ALIGNMENTS': 5