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: notebooks/LifeSciencesAPI/snakemake/LS_API_Snakemake.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
"source": [
24
24
"This short tutorial demonstrates how to run an RNA-Seq workflow using a prokaryotic data set. Steps in the workflow include read trimming, read QC, read mapping, and counting mapped reads per gene to quantify gene expression. This tutorial uses a popular workflow manager called [Snakemake](https://snakemake.readthedocs.io/en/stable/) run via the [Google Cloud Life Sciences API](https://cloud.google.com/life-sciences/docs/reference/rest).\n",
25
25
"\n",
26
-
"<div class=\"alert alert-block alert-danger\"> <b>Warning:</b> Google Life Sciences API is deprecated (will no longer be available by July 8, 2025) and has been replaced by Google Batch. Snakemake also supports Google Batch, visit [Snakemake Cloud Execution](https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/googlebatch.html) for updates and instructions for utilizing Google Batch. </div>"
26
+
"<div class=\"alert alert-block alert-danger\"> <b>Warning:</b> Google Life Sciences API is deprecated (will no longer be available by July 8, 2025) and has been replaced by Google Batch. Snakemake also supports Google Batch, visit <a href="https://snakemake.github.io/snakemake-plugin-catalog/plugins/executor/googlebatch.html">Snakemake Cloud Execution</a> for updates and instructions for utilizing Google Batch. </div>"
0 commit comments