Skip to content

Commit

Permalink
Merge pull request #47 from neuroinformatics-unit/remove-winstor-mention
Browse files Browse the repository at this point in the history
Removed mentions of the winstor filesystem
  • Loading branch information
alessandrofelder authored Dec 5, 2023
2 parents 94fd09b + 8e4480c commit 538f762
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/data_analysis/HPC-module-SLEAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ The rest of this guide assumes that you have mounted the SWC filesystem on your
If you have not done so, please follow the relevant instructions on the
[SWC internal wiki](https://wiki.ucl.ac.uk/display/SSC/SWC+Storage+Platform+Overview).

We will also assume that the data you are working with are stored in a `ceph` or `winstor`
We will also assume that the data you are working with are stored in a `ceph`
directory to which you have access to. In the rest of this guide, we will use the path
`/ceph/scratch/neuroinformatics-dropoff/SLEAP_HPC_test_data` which contains a SLEAP project
for test purposes. You should replace this with the path to your own data.
Expand All @@ -104,9 +104,9 @@ for test purposes. You should replace this with the path to your own data.
:color: warning
:icon: alert-fill

The cluster has fast access to data stored on the `ceph` and `winstor` filesystems.
If your data is stored elsewhere, make sure to transfer it to `ceph` or `winstor`
before running the job. You can use tools such as [`rsync`](https://linux.die.net/man/1/rsync)
The cluster has fast access to data stored on the `ceph` filesystem, so if your
data is stored elsewhere, make sure to transfer it to `ceph` before running the job.
You can use tools such as [`rsync`](https://linux.die.net/man/1/rsync)
to copy data from your local machine to `ceph` via an ssh connection. For example:

```{code-block} console
Expand Down

0 comments on commit 538f762

Please sign in to comment.