Skip to content

Commit

Permalink
Merge pull request #135 from microbiomedata/134-cleanup-change-utilit…
Browse files Browse the repository at this point in the history
…y_functionsr-links-back-to-main-branch

Cleanup: update links to `utility_functions.R` to point to main branch
  • Loading branch information
bmeluch authored Feb 13, 2025
2 parents cf7aa6e + b4d7725 commit ff75169
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NOM_visualizations/R/NOM_R_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"metadata": {
"metadata": {},
"vscode": {
Expand All @@ -37,7 +37,7 @@
"\n",
"if(Sys.getenv(\"COLAB_BACKEND_VERSION\") == \"\") source(\"../../utility_functions.R\")\n",
"\n",
"if(Sys.getenv(\"COLAB_BACKEND_VERSION\") != \"\") source(\"http://raw.githubusercontent.com/microbiomedata/nmdc_notebooks/refs/heads/90-modularize-r-api-wrapper-functions/utility_functions.R\")\n"
"if(Sys.getenv(\"COLAB_BACKEND_VERSION\") != \"\") source(\"http://raw.githubusercontent.com/microbiomedata/nmdc_notebooks/refs/heads/main/utility_functions.R\")\n"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "568d7112-ee43-41ce-aadb-39eaa9585dbd",
"metadata": {
"metadata": {},
Expand All @@ -31,7 +31,7 @@
"\n",
"if(Sys.getenv(\"COLAB_BACKEND_VERSION\") == \"\") source(\"../../utility_functions.R\")\n",
"\n",
"if(Sys.getenv(\"COLAB_BACKEND_VERSION\") != \"\") source(\"http://raw.githubusercontent.com/microbiomedata/nmdc_notebooks/refs/heads/90-modularize-r-api-wrapper-functions/utility_functions.R\")"
"if(Sys.getenv(\"COLAB_BACKEND_VERSION\") != \"\") source(\"http://raw.githubusercontent.com/microbiomedata/nmdc_notebooks/refs/heads/main/utility_functions.R\")"
]
},
{
Expand Down

0 comments on commit ff75169

Please sign in to comment.