Skip to content

Commit 4f94354

Browse files
replace all references to NeSI with REANNZ
1 parent 375c164 commit 4f94354

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

docs/1_DesigningVariantC.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ First we need to create directories for the results that will be generated as pa
7373
### Index the reference genome
7474
Our first step is to index the reference genome for use by BWA. Indexing allows the aligner to quickly find potential alignment sites for query sequence in a genome, which saves time during alignment. Indexing the reference only has to be run once. The only reason you would want to create a new index is if you are working with a different reference genome or you are using a different tool for alignment.
7575

76-
Since we are working on the NeSI HPC, we need to search and load the package before we start using it.
76+
Since we are working on the REANNZ HPC, we need to search and load the package before we start using it.
7777

7878
!!! key "Software as modules"
79-
- Similar to other HPCs/SuperComputers, NeSI Clusters provide software as modules (this is not the only way to deploy software as it can be done via other means such as conda, containers, etc.).
79+
- Similar to other HPCs/SuperComputers, REANNZ Clusters provide software as modules (this is not the only way to deploy software as it can be done via other means such as conda, containers, etc.).
8080
- A module is a self-contained description of a software package — it contains the settings required to run a software package and, usually, encodes required dependencies on other software packages.
8181
- Refer to [supplementary 1 - Accessing software via modules](https://genomicsaotearoa.github.io/Workshop-Bash_Scripting_And_HPC_Job_Scheduler/6_supplementary_1/) for more information.
8282

@@ -101,7 +101,7 @@ Since we are working on the NeSI HPC, we need to search and load the package bef
101101
The following modules were not unloaded:
102102
(Use "module --force purge" to unload all):
103103

104-
1) XALT/minimal 2) slurm 3) NeSI
104+
1) XALT/minimal 2) slurm
105105
Loaded modules BWA, SAMtools, BCFtools,HISAT2,Subread
106106
```
107107

docs/4_IntroductiontoHPC.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Most HPC systems follow the ideas described above of taking many computers and l
2727
* The network interconnect – this dictates the communication speed between nodes. The faster this speed is, the more a group of individual nodes will act like a unit.
2828

2929

30-
### NeSI Mahuika Cluster architecture
30+
### REANNZ HPC cluster architecture
3131

32-
NeSI Mahuika cluster (CRAY HPE CS400) system consists of a number of different node types. The ones visible to researchers are:
32+
REANNZ HPC consists of a number of different node types. The ones visible to researchers are:
3333

3434
* Login nodes
3535
* Compute nodes

docs/6_supplementary_1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Before we start using individual software packages, however, we should understan
1111

1212
One of the workarounds for this issue is Environment modules. A module is a self-contained description of a software package — it contains the settings required to run a software package and, usually, encodes required dependencies on other software packages.
1313

14-
There are a number of different environment module implementations commonly used on HPC systems and the one used in NeSI Mahuika cluster is `Lmod` where the `module` command is used to interact with environment modules.
14+
There are a number of different environment module implementations commonly used on HPC systems and the one used in REANNZ cluster is `Lmod` where the `module` command is used to interact with environment modules.
1515

1616
!!! circle-info "Commonly used `module` sub-commands"
1717

@@ -31,7 +31,7 @@ There are a number of different environment module implementations commonly used
3131
```
3232
* Load a specific program
3333

34-
- Note: All modules on NeSI have version and toolchain/environment suffixes. If none is specified, the default version for the tool is loaded. The default version can be seen with the module avail command.
34+
- Note: All modules on REANNZ cluster have version and toolchain/environment suffixes. If none is specified, the default version for the tool is loaded. The default version can be seen with the module avail command.
3535
```bash
3636
module load MY_APPLICATION
3737
```

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838

3939
!!! screwdriver-wrench "Setup"
4040

41-
Workshop material is designed to run on NeSI Mahuika cluster via Jupyter. Instructions on how to Set/Reset Authentication factors to access NeSI Services and Jupyter Login instructions [can be found here](https://genomicsaotearoa.github.io/nesi-jupyter/)
42-
41+
Workshop material is designed to run on REANNZ HPC.
4342
<br>
4443

4544
!!! rectangle-list "Content"

0 commit comments

Comments
 (0)