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
Copy file name to clipboardExpand all lines: topics/admin/tutorials/cvmfs-manual/tutorial.md
+31-4Lines changed: 31 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,19 +101,31 @@ The configuration is not complex for CVMFS:
101
101
>
102
102
> This tells CVMFS to mount the Galaxy reference data repository and use a specific location forthe cache which is limited to 500MBin size and to use the instance's geo-location to choose the best CVMFS repo server to connect to. You can use the `cvmfs_quota_limit` role variable to control this setting.
103
103
>
104
+
> If you also want to mount the BRC Analytics pathogen data and Vertebrate Genomes Project repositories, include them in `CVMFS_REPOSITORIES`:
> > <tip-title>What is a good size for CVMFS_QUOTA_LIMIT?</tip-title>
105
111
> > In production UseGalaxy.org.au uses 100GB, different sites have different needs and you can make your cache smaller depending on your usage. E.g. if your users only use one dataset from the reference data (e.g. just hg38) then perhaps you don't need such a large cache.
106
112
> {: .tip}
107
113
>
108
114
> 2. Create a `/etc/cvmfs/domain.d/galaxyproject.org.conf` file with the following contents:
> The BRC Analytics and VGP repositories use this common Galaxy Project key. The `singularity.galaxyproject.org` repository also uses it, and the data repository is expected to transition to it eventually.
157
+
>
158
+
> 6. Make a directory for the cache files
131
159
>
132
160
>```
133
161
> sudo mkdir /srv/cvmfs
@@ -206,4 +234,3 @@ Probe the connection.
206
234
## Look at the repository
207
235
208
236
Now to configure Galaxy to use the CVMFS references we have just installed, see [the Ansible tutorial.]({% link topics/admin/tutorials/cvmfs/tutorial.md %}#configuring-galaxy-to-use-the-cvmfs-references)
0 commit comments