Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/spellcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
uses: actions/checkout@v5

- name: Spell Check Repo
uses: crate-ci/typos@v1.35.4
uses: crate-ci/typos@v1.35.5
with:
files: docs/**/**/*.md docs/**/**/*.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ On Geene, you have a number of places where you can store your files. These diff
- **Scratch** – used for temporary file storage while running jobs. It is not backed up and files that are unused for over 60 days are purged. It should not be used for long term storage.
- **Vast** – flash-drive based system that is optimal for workloads with high I/O rates. Like the `scratch` storage, it is also not backed up and files that are unused for over 60 days are purged.
- **Research Project Space (RPS)** – provides data storage space for research projects that is easily shared amongst collaborators, backed up, and not subject to the old file purging policy. Note that it is a paid service.
- **Archive** – provides a space for long-term storage of research output. It is only accessible from the login nodes, so it is unaccessible by running jobs.
- **Archive** – provides a space for long-term storage of research output. It is only accessible from the login nodes, so it is inaccessible by running jobs.
:::

## Nodes
Expand Down