Skip to content

Commit 62a0d0b

Browse files
authored
fixed hyperlinks and added how to docs README.md
1 parent e32aa9b commit 62a0d0b

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

README.md

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# NIHCloudLab
22
NIH Cloud Lab is a resource developed by NIH’s CIT Cloud Services Team to support STRIDES’ mission of enabling and modernizing biomedical research through the cloud. Through this resource, NIH-funded researchers can become more efficient and comfortable in leveraging the cloud for their research purposes.
33

4-
We offer Cloud Lab for each of the three big Cloud Service Providers, and we have a separate GitHub repository for each one. Visit these repositories for more information and collections of tutorials for [AWS](https://github.com/STRIDES/NIHCloudLabAWS), [Azure](https://github.com/STRIDES/NIHCloudLabAzure), and [Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP).
4+
We offer Cloud Lab for each of the three big Cloud Service Providers with a separate GitHub repository for each one. Visit these repositories for more information and collections of tutorials for [AWS](https://github.com/STRIDES/NIHCloudLabAWS), [Azure](https://github.com/STRIDES/NIHCloudLabAzure), and [Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP).
55

66

77
We have compiled a variety of tutorials from different sources to help you navigate through various research methods using cloud platforms. These tutorials cover a wide range of topics including biomedical workflows, artificial intelligence, medical imaging, and more. Each tutorial is designed to guide you through specific tasks using services from three major cloud service providers: Azure, AWS, and GCP. Whether you are working with a virtual machine, using a familiar environment like Jupyter Notebooks, or other cloud-managed services, these tutorials will provide you with the necessary steps and insights to efficiently accomplish your research goals. A few of the tutorials available in our tutorial repositories are highlighted below. Please navigate to our CSP-specific repositories to find the full list of available tutorials. Let's dive into the exciting world of cloud computing!
88

99

1010
## General Set Up
1111

12-
NIH employees and affiliates may request a free Cloud Lab account. These accounts may be provisioned for AWS, GCP or Azure and come with $500 of cloud credits, which are valid for up to 90 days. To find instructions on how to request an account please visit the [NIH Cloud Lab](https://cloud.nih.gov/resources/cloudlab/) information page.
12+
NIH employees and affiliates may request a free Cloud Lab account. These accounts may be provisioned for AWS, GCP, or Azure and come with $500 of cloud credits, which are valid for up to 90 days. To find instructions on how to request an account please visit the [NIH Cloud Lab](https://cloud.nih.gov/resources/cloudlab/) information page. Our terms and conditions can be viewed in the **docs** folder of each CSP repository.
1313

14-
If you have any questions, you may reach out to the cloud lab team at [email protected] or refer to our [FAQ page](https://cloud.nih.gov/resources/cloudlab/cloudlab-faqs/).
14+
If you are new to the cloud don't forget take a look at our how-to docs ([Azure](https://github.com/STRIDES/NIHCloudLabAzure/tree/main/docs), [Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP/tree/main/docs), [AWS](https://github.com/STRIDES/NIHCloudLabAWS/tree/main/docs)) to learn how to utilize common cloud resources like analyzing billing, applying auto shutdown in VMS and notebooks, utilizing Jupyter Notebooks, and more. If you have any questions, refer to our [FAQ page](https://cloud.nih.gov/resources/cloudlab/cloudlab-faqs/).
1515

1616
## Table of Contents
1717
- [Machine Learning & Artificial Intelligence](#artificial-intelligence)
@@ -22,90 +22,90 @@ If you have any questions, you may reach out to the cloud lab team at cloudlab@n
2222
- [Single Cell RNASeq](#single-cell-rnaseq)
2323
- [Clinical Informatics](#clinical-informatics)
2424
- [Querying VCF Data](#vcf)
25-
- [Storing and Analyzing Healthcare Data](#EHR)
25+
- [Storing and Analyzing Healthcare Data](#ehr)
2626
- [Drug Discovery](#drug-discovery)
2727
- [GWAS](#gwas)
2828
- [SARS-CoV-2 Lineage Analyses](#covid)
2929
- [RNASeq](#rnaseq)
3030
- [Long Read Sequencing](#long-read-sequencing)
31-
- (Utilizing SRA Data)(#sra)
32-
- [Blast](#elasticblast)
31+
- [Utilizing SRA Data](#sra)
32+
- [Blast](#blast)
3333

3434

35-
## Machine Learning & Artificial Intelligence
36-
Machine Learning and Artificial Intelligence (ML/AI) are revolutionizing the way we interact with technology, offering unprecedented opportunities for innovation and automation. Whether you're a beginner or an advanced user, these tutorials will guide you through the latest advancements in AI, helping you harness its potential. Check our repos to learn about how ML/AI can help with **drug discovery** ([Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP?tab=readme-ov-file#drug-discovery-) and [AWS](https://github.com/STRIDES/NIHCloudLabAWS?tab=readme-ov-file#drug-discovery-)), **proteomics** utilizing tools like AlphaFold ([Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP?tab=readme-ov-file#proteomics-) and [AWS](https://github.com/STRIDES/NIHCloudLabAWS?tab=readme-ov-file#protein-folding-)), and medical imaging.
35+
## Machine Learning & Artificial Intelligence <a name="artificial-intelligence"></a>
36+
Machine Learning and Artificial Intelligence (ML/AI) are revolutionizing the way we interact with technology, offering unprecedented opportunities for innovation and automation. Whether you're a beginner or an advanced user, these tutorials will guide you through the latest advancements in ML/AI, helping you harness its potential. Check our repos to learn about how ML/AI can help with **drug discovery** ([Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP?tab=readme-ov-file#drug-discovery-) and [AWS](https://github.com/STRIDES/NIHCloudLabAWS?tab=readme-ov-file#drug-discovery-)), **proteomics** utilizing tools like AlphaFold ([Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP?tab=readme-ov-file#proteomics-) and [AWS](https://github.com/STRIDES/NIHCloudLabAWS?tab=readme-ov-file#protein-folding-)), and **medical imaging**.
3737

38-
### Medical Imaging
38+
### Medical Imaging <a name="medical-imaging"></a>
3939
Learn about AI medical imaging techniques and tools in this section. It includes resources for using pre-trained models to run a custom Spleen Segmentation model using NVIDIA Models and MONAI:
4040
- [Vertex AI Workbench in GCP](https://github.com/STRIDES/NIHCloudLabGCP/tree/main/notebooks/SpleenLiverSegmentation)
4141
- [SageMaker AI Notebooks in AWS](https://github.com/STRIDES/NIHCloudLabAWS/tree/drafts/notebooks/SpleenLiverSegmentation)
4242
- [Machine Learning Studio in Azure](https://github.com/STRIDES/NIHCloudLabAzure/tree/main/notebooks/SpleenLiverSegmentation).
4343

44-
### Generative AI
44+
### Generative AI <a name="genai"></a>
4545
Learn how to [deploy models using Vertex AI in GCP](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/GenAI/GCP_GenAI_Huggingface.ipynb), [create a PubMed Chatbot using Azure](https://github.com/STRIDES/NIHCloudLabAzure/blob/main/notebooks/GenAI/notebooks/Pubmed_RAG_chatbot.ipynb), and utilize an AI playground like [Bedrock on AWS](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/GenAI/AWS_Bedrock_Intro.ipynb). Our tutorials guide you through the new and emerging field of AI on the most popular cloud platforms. To explore more tutorials on this topic, please visit the cloud platform repositories:
4646

4747
- [Generative AI on GCP](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/GenAI/)
4848
- [Generative AI on AWS](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/GenAI/)
4949
- [Generative AI on Azure](https://github.com/STRIDES/NIHCloudLabAzure/blob/main/notebooks/GenAI/)
5050

5151

52-
## Accelerated Biomedical Workflows
52+
## Accelerated Biomedical Workflows <a name="biomedical-workflows"></a>
5353
This section provides tutorials and resources for executing a variety of biomedical workflows in the cloud, leveraging popular workflow languages and cloud-based tools to streamline and accelerate processing.
5454

55-
### Workflow Languages
56-
Nextflow and Snakemake in cloud-based Batch and HPC environments. Learn how to accelerate and efficiently run workflows on AWS, GCP, and other platforms, leveraging tools like [AWS's ParallelCluster](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/Snakemake/AWS-ParallelCluster.ipynb), [Google Batch](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/GoogleBatch/nextflow/Part2_GBatch_Nextflow.ipynb), and more.
55+
### Workflow Languages <a name="workflow-languages"></a>
56+
Discover how to utilize workflow languages like Nextflow and Snakemake in cloud-based Batch and HPC environments and learn how to accelerate and efficiently run workflows on AWS, GCP, and Azure, leveraging tools like [AWS's ParallelCluster](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/Snakemake/AWS-ParallelCluster.ipynb), [Google Batch](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/GoogleBatch/nextflow/Part2_GBatch_Nextflow.ipynb), and more.
5757

5858
- [Google Batch](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/GoogleBatch/)
5959
- [AWS Batch](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/AWSBatch/)
6060
- [AWS Parallel Cluster](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/Snakemake)
6161
- [Azure Batch](https://github.com/STRIDES/NIHCloudLabAzure?tab=readme-ov-file#microsoft-genomics-)
6262

63-
### Single Cell RNASeq
64-
Explore single-cell RNA sequencing (scRNA-Seq) techniques to run an accelerated scRNAseq pipeline using RAPIDS on [Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP?tab=readme-ov-file#single-cell-rnaseq-), [AWS](https://github.com/STRIDES/NIHCloudLabAWS?tab=readme-ov-file#single-cell-rnaseq-), and [Azure](https://github.com/STRIDES/NIHCloudLabAzure?tab=readme-ov-file#single-cell-rnaseq-), enabling detailed analysis of single-cell data.
63+
### Single Cell RNASeq <a name="single-cell-rnaseq"></a>
64+
Explore single-cell RNA sequencing (scRNA-Seq) techniques to run an accelerated scRNAseq pipeline using NVIDIA's RAPIDS tool on [Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP?tab=readme-ov-file#single-cell-rnaseq-), [AWS](https://github.com/STRIDES/NIHCloudLabAWS?tab=readme-ov-file#single-cell-rnaseq-), and [Azure](https://github.com/STRIDES/NIHCloudLabAzure?tab=readme-ov-file#single-cell-rnaseq-), enabling detailed analysis of single-cell data.
6565

6666

67-
## Clinical Informatics
67+
## Clinical Informatics <a name="clinical-informatics"></a>
6868
Discover resources and techniques that aid Clinical Informatics to improve healthcare delivery, patient outcomes, and clinical decision-making bridging the gap between healthcare, technology, and data science by designing, implementing, and optimizing systems that manage clinical information. You can check out the various tutorials below to provide practical insights and tools to help you effectively leverage technology and data in healthcare.
69-
### Querying VCF Data
69+
### Querying VCF Data <a name="vcf"></a>
7070
- [Google Cloud's Big Query](https://github.com/STRIDES/NIHCloudLabGCP?tab=readme-ov-file#query-a-vcf-file-in-big-query-)
7171
- [Azure Synapse](https://github.com/STRIDES/NIHCloudLabAzure?tab=readme-ov-file#vcf)
72-
### Storing and Analyzing Healthcare Data
72+
### Storing and Analyzing Healthcare Data <a name="ehr"></a>
7373
- [FHIR in Azure](https://github.com/STRIDES/NIHCloudLabAzure?tab=readme-ov-file#clinical-informatics-with-fhir-)
7474
- [AWS HealthLake](https://github.com/STRIDES/NIHCloudLabAWS?tab=readme-ov-file#clinical-informatics-)
75-
### Accelerating Drug Discovery with ATOM
75+
### Accelerating Drug Discovery with ATOM <a name="drug-discovery"></a>
7676
- [Google Cloud Vertex AI](https://github.com/STRIDES/NIHCloudLabGCP?tab=readme-ov-file#drug-discovery-)
7777
- [AWS SageMaker AI](https://github.com/STRIDES/NIHCloudLabAWS?tab=readme-ov-file#drug-discovery-)
7878

7979

80-
## GWAS
80+
## GWAS <a name="gwas"></a>
8181
Discover resources for conducting Genome-Wide Association Studies (GWAS) on various cloud platforms. This section includes tutorials on running GWAS workflows using deep learning techniques and cloud-based tools like:
8282
- [GCP's Vertex AI Workbench](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/GWASCoatColor/GWAS_coat_color.ipynb) or [Kubernetes on GCP](https://github.com/STRIDES/NIHCloudLabGCP/tree/main/notebooks/DL-gwas-gcp-example) to deploy a machine learning pipeline using Kubeflow
8383
- [AWS's EC2](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/GWAS/GWAS_coat_color.ipynb)
8484
- [Azure's Machine Learning Studio](https://github.com/STRIDES/NIHCloudLabAzure/blob/main/notebooks/GWAS/GWAS_coat_color.ipynb)
8585

8686

87-
## SARS-CoV-2 Lineage Analyses
87+
## SARS-CoV-2 Lineage Analyses <a name="covid"></a>
8888
Learn how to run a standard COVID bioinformatics pipeline using the Pangolin workflow all within a cloud Jupyter environment for [GCP](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/pangolin/pangolin_pipeline.ipynb), [Azure](https://github.com/STRIDES/NIHCloudLabAzure/blob/main/notebooks/pangolin/pangolin_pipeline.ipynb), and [AWS](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/pangolin/pangolin_pipeline.ipynb).
8989

9090

91-
## RNASeq
92-
This section provides resources for RNA-Seq analysis on different cloud platforms. It includes tutorials for running [RNA-Seq pipelines on AWS](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/rnaseq-myco-tutorial-main/RNAseq_pipeline.ipynb) and [Azure](https://github.com/STRIDES/NIHCloudLabAzure/blob/main/notebooks/rnaseq-myco-tutorial-main/RNAseq_pipeline.ipynb), helping you run a familiar pipeline using cloud technology.
91+
## RNASeq <a name="rnaseq"></a>
92+
This section provides resources for a step by step breakdown of RNA-Seq analysis on different cloud platforms. It includes tutorials for running [RNA-Seq pipelines on AWS](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/rnaseq-myco-tutorial-main/RNAseq_pipeline.ipynb) and [Azure](https://github.com/STRIDES/NIHCloudLabAzure/blob/main/notebooks/rnaseq-myco-tutorial-main/RNAseq_pipeline.ipynb), helping you run a familiar pipeline using cloud technology.
9393

9494

95-
## Long Read Sequencing
96-
Long-read DNA sequence analysis focuses on processing sequencing reads that are typically over 10,000 base pairs (bp) in length, in contrast to short-read sequencing, where reads are approximately 150 bp. Oxford Nanopore provides a comprehensive collection of notebook tutorials for working with long-read data, enabling tasks such as variant calling, RNA sequencing (RNA-seq), SARS-CoV-2 analysis, and more.
95+
## Long Read Sequencing <a name="long-read-sequencing"></a>
96+
Discover Oxford Nanopore's comprehensive collection of notebook tutorials for working with long-read data, enabling tasks such as variant calling, RNA sequencing (RNA-seq), SARS-CoV-2 analysis, and more.
9797

9898
- [Azure](https://github.com/STRIDES/NIHCloudLabAzure?tab=readme-ov-file#long-read-sequence-analysis-)
9999
- [Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP?tab=readme-ov-file#long-read-sequence-analysis-)
100100
- [AWS](https://github.com/STRIDES/NIHCloudLabAWS?tab=readme-ov-file#long-read-sequence-analysis-)
101101

102102

103-
## Utilizing SRA Data
104-
Discover how to download and analyze SRA data in the cloud from the [NCBI Sequence Read Archive (SRA) on Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/SRADownload/SRA-Download.ipynb) and [AWS](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/SRADownload/SRA-Download.ipynb), supporting comprehensive genomic studies.
103+
## Utilizing SRA Data <a name="sra"></a>
104+
Learn how to download and analyze SRA data in the cloud from the [NCBI Sequence Read Archive (SRA) on Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/SRADownload/SRA-Download.ipynb) and [AWS](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/SRADownload/SRA-Download.ipynb), supporting comprehensive genomic studies.
105105

106106

107-
## Blast
108-
Learn how to run BLAST on cloud platforms in this section. It includes tutorials for setting up and executing [ElasticBLAST workflows on Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/elasticBLAST/run_elastic_blast.ipynb) and [AWS](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/ElasticBLAST/run_elastic_blast.ipynb) and how to use [Blast+ in Azure](https://github.com/STRIDES/NIHCloudLabAzure?tab=readme-ov-file#ncbi-blast-) facilitating large-scale sequence alignment tasks.
107+
## Blast <a name="blast"></a>
108+
Learn how to run BLAST in the cloud, these tutorials explain how to set up and execute [ElasticBLAST workflows on Google Cloud](https://github.com/STRIDES/NIHCloudLabGCP/blob/main/notebooks/elasticBLAST/run_elastic_blast.ipynb) and [AWS](https://github.com/STRIDES/NIHCloudLabAWS/blob/main/notebooks/ElasticBLAST/run_elastic_blast.ipynb) and [Blast+ in Azure](https://github.com/STRIDES/NIHCloudLabAzure?tab=readme-ov-file#ncbi-blast-) facilitating large-scale sequence alignment tasks.
109109

110110

111111

0 commit comments

Comments
 (0)