From f2e379c51c10d4c99cf42b210ddca5b0fe9131b3 Mon Sep 17 00:00:00 2001 From: sonyahanson Date: Thu, 27 Jun 2024 10:52:25 -0400 Subject: [PATCH 1/3] Update README.md fixed a couple typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48ecc20..053269c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Cryo-EM Heterogeniety Challenge

-This repository contains the code used to analyse the submissions for the [Inaugrural Flatirion Cryo-EM Heteorgeneity Challenge](https://www.simonsfoundation.org/flatiron/center-for-computational-biology/structural-and-molecular-biophysics-collaboration/heterogeneity-in-cryo-electron-microscopy/). +This repository contains the code used to analyse the submissions for the [Inaugural Flatirion Cryo-EM Heterogeneity Challenge](https://www.simonsfoundation.org/flatiron/center-for-computational-biology/structural-and-molecular-biophysics-collaboration/heterogeneity-in-cryo-electron-microscopy/). ## Scope From fd87ed4cca38f379dc827dda1bca22b2834273fc Mon Sep 17 00:00:00 2001 From: sonyahanson Date: Thu, 27 Jun 2024 10:53:22 -0400 Subject: [PATCH 2/3] Update README.md fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 053269c..a7d04a2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

Cryo-EM Heterogeniety Challenge

-This repository contains the code used to analyse the submissions for the [Inaugural Flatirion Cryo-EM Heterogeneity Challenge](https://www.simonsfoundation.org/flatiron/center-for-computational-biology/structural-and-molecular-biophysics-collaboration/heterogeneity-in-cryo-electron-microscopy/). +This repository contains the code used to analyse the submissions for the [Inaugural Flatiron Cryo-EM Heterogeneity Challenge](https://www.simonsfoundation.org/flatiron/center-for-computational-biology/structural-and-molecular-biophysics-collaboration/heterogeneity-in-cryo-electron-microscopy/). ## Scope From 227d756ef034bead476ef2fe1c11698d5e7501a6 Mon Sep 17 00:00:00 2001 From: sonyahanson Date: Thu, 27 Jun 2024 11:27:37 -0400 Subject: [PATCH 3/3] Update README.md Fixed some more typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7d04a2..cf8f1bf 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ This repository explains how to preprocess a submission (80 maps and correspondi This is a work in progress, while the code will probably not change, we are still writting better tutorials, documentation, and other ideas for analyzing the data. We are also in the process of making it easier for other people to contribute with their own metrics and methods. We are also in the process of distributiing the code to PyPi -## Accesing the data +## Accessing the data -The data is available via the Open Science Foundation project [The Inaugural Flatiron Institute Cryo-EM Heterogeneity Community Challenge](https://osf.io/8h6fz/). You can download via a webbroswer, or programatically with wget as per [this script](https://github.com/flatironinstitute/Cryo-EM-Heterogeneity-Challenge-1/blob/main/tests/scripts/fetch_test_data.sh). +The data is available via the Open Science Foundation project [The Inaugural Flatiron Institute Cryo-EM Heterogeneity Community Challenge](https://osf.io/8h6fz/). You can download via a web browser, or programatically with wget as per [this script](https://github.com/flatironinstitute/Cryo-EM-Heterogeneity-Challenge-1/blob/main/tests/scripts/fetch_test_data.sh). ## Installation