VyLala commited on
Commit
18806a8
Β·
verified Β·
1 Parent(s): 0767cb0

Update pipeline.py

Browse files
Files changed (1) hide show
  1. pipeline.py +0 -7
pipeline.py CHANGED
@@ -273,13 +273,6 @@ def pipeline_with_gemini(accessions):
273
  print("βœ… Files already exist in Google Drive. Downloading them...")
274
  chunk_exists = download_file_from_drive(chunk_filename, sample_folder_id, file_chunk_path)
275
  all_exists = download_file_from_drive(all_filename, sample_folder_id, file_all_path)
276
- print("chunk_id and all_id: ")
277
- print(chunk_id, all_id)
278
- file = drive_service.files().get(fileId="1LUJRTrq8yt4S4lLwCvTmlxaKqpr0nvEn", fields="id, name, parents, webViewLink").execute()
279
- print("πŸ“„ Name:", file["name"])
280
- print("πŸ“ Parent folder ID:", file["parents"][0])
281
- print("πŸ”— View link:", file["webViewLink"])
282
-
283
 
284
  # Read and parse these into `chunk` and `all_output`
285
  else:
 
273
  print("βœ… Files already exist in Google Drive. Downloading them...")
274
  chunk_exists = download_file_from_drive(chunk_filename, sample_folder_id, file_chunk_path)
275
  all_exists = download_file_from_drive(all_filename, sample_folder_id, file_all_path)
 
 
 
 
 
 
 
276
 
277
  # Read and parse these into `chunk` and `all_output`
278
  else: