Spaces:
Running
Running
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
|
@@ -272,7 +272,7 @@ Entrez.email = "your_email@example.com" # required by NCBI
|
|
| 272 |
|
| 273 |
async def extractSources(meta, linksWithTexts, links, all_output, acc, saveLinkFolder, niche_cases=None):
|
| 274 |
article_text = ""
|
| 275 |
-
iso, title, doi, pudID, features = meta["
|
| 276 |
if doi != "unknown":
|
| 277 |
link = 'https://doi.org/' + doi
|
| 278 |
# get the file to create listOfFile for each id
|
|
|
|
| 272 |
|
| 273 |
async def extractSources(meta, linksWithTexts, links, all_output, acc, saveLinkFolder, niche_cases=None):
|
| 274 |
article_text = ""
|
| 275 |
+
iso, title, doi, pudID, features = meta["isolate"], meta["title"], meta["doi"], meta["pubmed_id"], meta["all_features"]
|
| 276 |
if doi != "unknown":
|
| 277 |
link = 'https://doi.org/' + doi
|
| 278 |
# get the file to create listOfFile for each id
|