Skip to content

Commit

Permalink
Merge pull request #12 from NIGMS/hadiparsianNIH-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleoconnell-NIH authored Oct 29, 2024
2 parents 4a63a91 + 228f998 commit 46aeadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GoogleCloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Included is a tutorial in the form of Jupyter notebooks. The main purpose of the

**1)** Please click on the link for steps to open your GCP project: [How to open your GCP Project](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/docs/open_project_intramural.md).

**2)** Follow the steps highlighted [here](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/docs/vertexai.md) to create a new instance notebook in Vertex AI. Follow steps 1-8 and be especially careful to enable idle shutdown as highlighted in [step 7](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/docs/vertexai.md#:~:text=On%20the%20same%20page%2C%20click%20Enable%20Idle%20Shutdown%20and%20specify%20the%20idle%20minutes%20for%20shutdown.%20This%20means%2C%20if%20you%20close%20your%20browser%20and%20walk%20away%20without%20stopping%20your%20instance%2C%20it%20will%20shutdown%20automatically%20after%20this%20many%20minutes.%20We%20recommend%2030%20minutes.). For this module you should select Debian 11 and Python 3 in the Environment tab in [step 5](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/docs/vertexai.md#:~:text=On%20the%20Environment%20tab%2C). In [step 6](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/docs/vertexai.md#:~:text=GPU%20use.-,Under%20Machine%20type,-select%20your%20desired) in the Machine type tab, select n1-standard-4 from the dropdown box.
**2)** Follow the steps highlighted [here]([https://github.com/STRIDES/NIHCloudLabGCP/blob/main/docs/vertexai.md](https://github.com/NIGMS/NIGMS-Sandbox/blob/main/docs/HowToCreateVertexAINotebooks.md)) to create a new instance notebook in Vertex AI. Follow steps 1-8 and be especially careful to enable idle shutdown as highlighted in [step 8](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/docs/vertexai.md#:~:text=On%20the%20same%20page%2C%20click%20Enable%20Idle%20Shutdown%20and%20specify%20the%20idle%20minutes%20for%20shutdown.%20This%20means%2C%20if%20you%20close%20your%20browser%20and%20walk%20away%20without%20stopping%20your%20instance%2C%20it%20will%20shutdown%20automatically%20after%20this%20many%20minutes.%20We%20recommend%2030%20minutes.). In step 7 in the Machine type tab, select n1-standard-4 from the dropdown box.

**3)** Now you will need to download the tutorial files from GitHub. The easiest way to do this would be to clone the repository from NIGMS into your Vertex AI notebook. This can be done by using the `Git` menu in JupyterLab, and selecting the clone option. To clone this repository, use the Git command `git clone https://github.com/NIGMS/Introduction-to-Data-Science-for-Biology.git` in the dropdown menu option in Jupyter notebook. Please make sure you only enter the link for the repository that you want to clone. There are other bioinformatics related learning modules available in the [NIGMS Repository](https://github.com/NIGMS). This will download our tutorial files into a folder called `Introduction-to-Data-Science-for-Biology`.

Expand Down
2 changes: 1 addition & 1 deletion reusable-workflow-repo
Submodule reusable-workflow-repo updated from d553ac to 323790

0 comments on commit 46aeadb

Please sign in to comment.