From acf6283b64c892e314cafef19577e6732acf68d5 Mon Sep 17 00:00:00 2001 From: maneesha <829690+maneesha@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:45:08 -0400 Subject: [PATCH 1/2] remove a slash that breaks link to another episode section --- episodes/02-project-planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/02-project-planning.md b/episodes/02-project-planning.md index 5dc1e969..d5382e29 100644 --- a/episodes/02-project-planning.md +++ b/episodes/02-project-planning.md @@ -133,7 +133,7 @@ The raw data you get back from the sequencing center is the foundation of your s - Store the data in a place that is accessible by you and other members of your lab. At a minimum, you and the head of your lab should have access. - Store the data in a place that is redundantly backed up. It should be backed up in two locations that are in different physical areas. -- Leave the raw data raw. You will be working with this data, but you do not want to modify this stored copy of the original data. If you modify the data, you'll never be able to access those original files. We will cover how to avoid accidentally changing files in a later lesson in this workshop [(see File Permissions)](https://datacarpentry.org/shell-genomics/03-working-with-files/#file-permissions). +- Leave the raw data raw. You will be working with this data, but you do not want to modify this stored copy of the original data. If you modify the data, you'll never be able to access those original files. We will cover how to avoid accidentally changing files in a later lesson in this workshop [(see File Permissions)](https://datacarpentry.org/shell-genomics/03-working-with-files#file-permissions). #### Some data storage solutions From 8226f052d2d297f2e2e912aaafbda1bee1f2a90c Mon Sep 17 00:00:00 2001 From: maneesha <829690+maneesha@users.noreply.github.com> Date: Wed, 3 Apr 2024 08:47:20 -0400 Subject: [PATCH 2/2] another link-breaking trailing slash --- episodes/02-project-planning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/02-project-planning.md b/episodes/02-project-planning.md index d5382e29..8da5d352 100644 --- a/episodes/02-project-planning.md +++ b/episodes/02-project-planning.md @@ -141,7 +141,7 @@ If you have a local high performance computing center or data storage facility o If you do not have access to these resources, you can back up on hard drives. Have two backups, and keep the hard drives in different physical locations. -You can also use resources like [Amazon S3](https://aws.amazon.com/s3/), [Microsoft Azure](https://azure.microsoft.com/en-us/pricing/details/storage/blobs/), [Google Cloud](https://cloud.google.com/storage/) or others for cloud storage. The [open science framework](https://osf.io) is a free option for storing files up to 5 GB. See more in the lesson ["Introduction to Cloud Computing for Genomics"](https://www.datacarpentry.org/cloud-genomics/04-which-cloud/). +You can also use resources like [Amazon S3](https://aws.amazon.com/s3/), [Microsoft Azure](https://azure.microsoft.com/en-us/pricing/details/storage/blobs/), [Google Cloud](https://cloud.google.com/storage/) or others for cloud storage. The [open science framework](https://osf.io) is a free option for storing files up to 5 GB. See more in the lesson ["Introduction to Cloud Computing for Genomics"](https://www.datacarpentry.org/cloud-genomics/04-which-cloud). ## Summary