VyLala commited on
Commit
137c19a
·
verified ·
1 Parent(s): da3b210

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -314,7 +314,7 @@ async def process_link_chunk_allOutput(link, iso, acc, saveLinkFolder, out_links
314
 
315
 
316
  # Main execution
317
- def pipeline_with_gemini(accessions,stop_flag=None, niche_cases=None, save_df=None):
318
  # output: country, sample_type, ethnic, location, money_cost, time_cost, explain
319
  # there can be one accession number in the accessions
320
  # Prices are per 1,000 tokens
 
314
 
315
 
316
  # Main execution
317
+ async def pipeline_with_gemini(accessions,stop_flag=None, niche_cases=None, save_df=None):
318
  # output: country, sample_type, ethnic, location, money_cost, time_cost, explain
319
  # there can be one accession number in the accessions
320
  # Prices are per 1,000 tokens