You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GoogleCloud/README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,3 +95,22 @@ When you are finished running code, you can turn off your virtual machine to pre
95
95
- If you are unable to interact with your Google Cloud Storage bucket using the `gsutil` command, check your `nextflow-service-account` roles. Make sure that you have `Storage Admin` added.
96
96
- If you are trying to execute a terminal command in a Jupyter code cell and it is not working, make sure that you have an `!` before the command.
97
97
- e.g., `mkdir example-1` -> `!mkdir example-1`
98
+
99
+
## Gemini (Optional)
100
+
101
+
Generative AI is available for this tutorial in the form of Gemini if you would like to use it. To run it, please reference Submodule 1, or run the following code within a submodule notebook.
Copy file name to clipboardExpand all lines: GoogleCloud/Submodule_1_background.ipynb
+56-2Lines changed: 56 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,12 @@
44
44
"\n",
45
45
"6. **Introduce the Google Batch API:** Learners are introduced to the Google Batch API and its advantages for managing and executing workflows on cloud computing resources.\n",
46
46
"\n",
47
-
"7. **Familiarize learners with Jupyter Notebooks:** The notebook provides instructions on how to navigate and use Jupyter Notebooks, including cell types and execution order."
47
+
"7. **Familiarize learners with Jupyter Notebooks:** The notebook provides instructions on how to navigate and use Jupyter Notebooks, including cell types and execution order.\n",
" <b>Tip: </b> If you're having trouble with any part of this tutorial, feel free to leverage Gemini (Google's advanced generative AI model) at the bottom of this module.\n",
52
+
"</div> "
48
53
]
49
54
},
50
55
{
@@ -508,11 +513,60 @@
508
513
"\n",
509
514
"Remember to proceed to the next notebook [`Submodule_2_annotation_only.ipynb`](./Submodule_2_annotation_only.ipynb) or shut down your instance if you are finished."
510
515
]
516
+
},
517
+
{
518
+
"cell_type": "markdown",
519
+
"id": "82cfac8a-45f9-4e9d-8a83-0ade6fbfec81",
520
+
"metadata": {},
521
+
"source": [
522
+
"## Gemini (Optional)\n",
523
+
"--------\n",
524
+
"\n",
525
+
"If you're having trouble with this submodule (or others within this tutorial), feel free to leverage Gemini by running the cell below. Gemini is Google's advanced generative AI model designed to enhance the capabilities of AI applications across various domains."
526
+
]
527
+
},
528
+
{
529
+
"cell_type": "code",
530
+
"execution_count": null,
531
+
"id": "939b3e91-094b-4ef5-914a-4c9d1e7f3d8d",
532
+
"metadata": {},
533
+
"outputs": [],
534
+
"source": [
535
+
"# Ensure you have the necessary libraries installed\n",
0 commit comments