From 8167ef89c95d0c1ef6433907a86bdedd57e85a86 Mon Sep 17 00:00:00 2001 From: RossCampbellNIH2 Date: Thu, 14 Nov 2024 21:15:31 -0600 Subject: [PATCH] Update README.md removing AWS-specific git clone command --- AWS/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AWS/README.md b/AWS/README.md index c689587..e13bf48 100644 --- a/AWS/README.md +++ b/AWS/README.md @@ -19,7 +19,7 @@ Included here are several submodules or tutorials in the form of Jupyter noteboo Follow the steps highlighted [here](https://github.com/NIGMS/NIGMS-Sandbox/blob/main/docs/HowToCreateAWSSagemakerNotebooks.md) to create a new notebook instance in AWS SageMaker. For this module you should select Linux 2 and Python 3 in the Environment. In the Notebook instance type tab, select ml.t3.2xlarge from the dropdown box and set volume size to 20 GB. It is **important to shut down** the kernel at the end of your work to avoid getting charged. -To use our module, open a new Terminal window from your new notebook instance and clone this repo using `git clone https://github.com/NIGMS/Fundamentals-of-Bioinformatics/AWS.git`. Navigate to the directory for this project. You will then see the notebooks in your environment. +To use our module, open a new Terminal window from your new notebook instance and clone this repo using `git clone https://github.com/NIGMS/Fundamentals-of-Bioinformatics.git`. Navigate to the directory for this project. You will then see the notebooks in your environment. ## **Software Requirements**