Spaces:
Running
Running
Update pipeline.py
Browse files- 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:
|