VyLala commited on
Commit
5c2f587
·
verified ·
1 Parent(s): 5c9f29c

Update pipeline.py

Browse files
Files changed (1) hide show
  1. 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["country"], meta["specific_location"], meta["ethnicity"], meta["sample_type"], meta["collection_date"], 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
 
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