Geonomic commited on
Commit
c1808d2
·
verified ·
1 Parent(s): 7366bda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def get_genomic_context(sequence, is_coding):
157
  "nt",
158
  sequence,
159
  entrez_query="Homo sapiens[Organism] AND biomol_genomic[PROP]",
160
- hitlist_size=5
161
  )
162
  blast_record = NCBIXML.read(result_handle)
163
  except Exception as e:
 
157
  "nt",
158
  sequence,
159
  entrez_query="Homo sapiens[Organism] AND biomol_genomic[PROP]",
160
+ hitlist_size=50
161
  )
162
  blast_record = NCBIXML.read(result_handle)
163
  except Exception as e: