Spaces:
Sleeping
Sleeping
wzkariampuzha
commited on
Commit
•
5ea9a7b
1
Parent(s):
347f473
Update epi_pipeline.py
Browse files- epi_pipeline.py +1 -1
epi_pipeline.py
CHANGED
@@ -170,7 +170,7 @@ def streamlit_getAbs(searchterm_list:Union[List[str],List[int],str], maxResults:
|
|
170 |
term += word + '%20'
|
171 |
query = term[:-3]
|
172 |
|
173 |
-
url = 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term='+query
|
174 |
r = requests.get(url)
|
175 |
root = ET.fromstring(r.content)
|
176 |
|
|
|
170 |
term += word + '%20'
|
171 |
query = term[:-3]
|
172 |
|
173 |
+
url = 'https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&term='+query+"&retmax="+str(maxResults)
|
174 |
r = requests.get(url)
|
175 |
root = ET.fromstring(r.content)
|
176 |
|