You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
15
13
<br><br>
16
14
17
15
::: {.dictionary}
@@ -20,7 +18,11 @@ In this example, we'll upload some genomic data into AnVIL that is currently sto
20
18
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)!
21
19
:::
22
20
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:
24
26
25
27
* two compressed fastq files
26
28
* 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`.
30
32
31
33
For this activity, you will retrieve the two uncompressed fastq files and upload them into your workspace.
32
34
33
-
```{r, echo=FALSE, fig.alt="Image shows the contents of a Google bucket used in the SARS-CoV-2 on Galaxy activity."}
0 commit comments