VyLala commited on
Commit
0f45c46
·
verified ·
1 Parent(s): 543a1c1

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -212,7 +212,7 @@ def pipeline_with_gemini(accessions):
212
  file_all_path = os.path.join(tmp_dir, all_filename)
213
  # file_chunk_path = os.path.join(tempfile.gettempdir(), chunk_filename)
214
  # file_all_path = os.path.join(tempfile.gettempdir(), all_filename)
215
-
216
  # 🔥 Remove the local file first if it exists
217
  if os.path.exists(file_chunk_path):
218
  os.remove(file_chunk_path)
 
212
  file_all_path = os.path.join(tmp_dir, all_filename)
213
  # file_chunk_path = os.path.join(tempfile.gettempdir(), chunk_filename)
214
  # file_all_path = os.path.join(tempfile.gettempdir(), all_filename)
215
+ print(file_chunk_path)
216
  # 🔥 Remove the local file first if it exists
217
  if os.path.exists(file_chunk_path):
218
  os.remove(file_chunk_path)