Skip to content

Commit 4396d1a

Browse files
authored
Merge pull request #22 from fhdsl/change-google-cloud-chapter-formatting-to-match-hpc
Update Google bucket section to match HPC formatting
2 parents 33ee4d9 + 183b412 commit 4396d1a

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

02-bringing_own_data.Rmd

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ knitr::opts_chunk$set(out.width = "100%")
1010
# Uploading from the Cloud {#uploading-cloud}
1111

1212
Imagine your lab has some data stored in a Google bucket. Maybe you want to bring this data into AnVIL for analysis, and you want the data to be associated with a specific workspace. One option for doing this is to copy the data from the existing Google bucket to a bucket that is specifically associated with an AnVIL workspace.
13-
14-
In this example, we'll upload some genomic data into AnVIL that is currently stored in the cloud (specifically, in a Google bucket).
1513
<br><br>
1614

1715
::: {.dictionary}
@@ -20,7 +18,11 @@ In this example, we'll upload some genomic data into AnVIL that is currently sto
2018
You can read more about how data is saved in the cloud [here](https://support.terra.bio/hc/en-us/articles/360034335332-Understanding-data-in-the-Cloud)!
2119
:::
2220

23-
We're going to upload some fastq files for a SARS-CoV-2 sample. The bucket we're accessing contains 5 samples:
21+
In this example, we'll upload some genomic data into AnVIL that is currently stored in the cloud (specifically, in a Google bucket).
22+
23+
24+
We're going to upload some fastq files for a SARS-CoV-2 sample.
25+
The bucket we're accessing contains 5 samples:
2426

2527
* two compressed fastq files
2628
* a fasta file for a SARS-CoV-2 reference genome
@@ -30,9 +32,15 @@ The bucket ID (URI) is `fc-80d0e1cd-61e9-472f-b1bd-c6a8223bd1cd`.
3032

3133
For this activity, you will retrieve the two uncompressed fastq files and upload them into your workspace.
3234

33-
```{r, echo=FALSE, fig.alt="Image shows the contents of a Google bucket used in the SARS-CoV-2 on Galaxy activity."}
34-
ottrpal::include_slide("https://docs.google.com/presentation/d/1lSUfsg_oja-Iqq5pTFD1VOuR32GLUq2l-sCBYNO3OTg/edit?slide=id.g3afa908e330_0_178#slide=id.g3afa908e330_0_178")
35-
```
35+
::: {.notice}
36+
_Genetics_
37+
38+
**Novice**: no genetics skills needed
39+
40+
_Programming skills_
41+
42+
**Intermediate**: some command line programming skills needed
43+
:::
3644

3745
::: {.notice}
3846
**What will this cost?**
@@ -193,7 +201,7 @@ When you are done with your session, click on the Jupyter icon in the right-side
193201
- Delete the computing environment when you are finished with your session
194202

195203

196-
# Additional Resources
204+
## Additional Resources
197205

198206
You can read documentation about bringing your own data to AnVIL on the [Portal](https://anvilproject.org/learn/find-data/bringing-your-own-data)
199207

0 commit comments

Comments
 (0)