Skip to content

Commit

Permalink
Merge pull request #14 from NIGMS/AWS&GCP
Browse files Browse the repository at this point in the history
Architecture Diagram Updates
  • Loading branch information
kyleoconnell-NIH authored Oct 29, 2024
2 parents f457384 + 3e98592 commit 063beb5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AWS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Make sure that after you are done with the module, close the tab that appeared w

You will use a database search to locate raw files, which are then stored in Amazon S3. These files are then processed within the AWS Cloud's SageMaker ecosystem using an Amazon SageMaker Notebook. Two Jupyter notebooks execute proteomic analysis submodules: one for primary analysis and another for secondary analysis. The results of these analyses are then outputted as result files.

![](images/aws-architecture-diagram.png)
![](images/aws-architecture-diagram.svg)

## Data

Expand Down
Binary file removed AWS/images/aws-architecture-diagram.png
Binary file not shown.
1 change: 1 addition & 0 deletions AWS/images/aws-architecture-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion GoogleCloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To clone this repository, [open a Terminal window](https://github.com/NIGMS/NIGM

You will use a database search to retrieve raw files, which are stored in Google Cloud Storage (1). These files are then processed using Jupyter Notebooks with a Python kernel on Vertex AI Workbench (2). The workbench runs two proteomic analysis submodules. The processing results are then stored back into Cloud Storage (3).

![](images/gcp-architecture-diagram.png)
![](images/gcp-architecture-diagram.svg)

## Data

Expand Down
Binary file removed GoogleCloud/images/gcp-architecture-diagram.png
Binary file not shown.
1 change: 1 addition & 0 deletions GoogleCloud/images/gcp-architecture-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 063beb5

Please sign in to comment.