Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
panelIconIdatlassian-info
panelIcon:info:
bgColor#DEEBFF

While other datasets or projects might be visible, please do not attempt to modify them during this phase of data staging/migration.

Available Applications

...

Modules

module spider to list the available applications as module. See also How to find and load software (aka modules)

Conda

Conda is installed but needs to be enabled:

  1. Run export PATH=/agr/persist/apps/miniconda/bin:$PATH

  2. Run conda init bash

  3. Run source ~/.bashrc

  4. See also Usage — Bioconda documentation (very important - unless you setup the channel priorities as described there, installations from BioConda won’t work reliably)

Singularity

Available as Apptainer and aliasing enabled, meaning both apptainer --version and singularity --version will work.

Copying data

scp can be used to copy data to/from the login node.

...

Login to Inscrutable and then, for example:
copy a file from the user home on the eRI login node to the user home on Inscrutable.

Code Block
breakoutModewide
scp username@agresearch.co.nz@login-0.eri.agresearch.co.nz:/home/agresearch.co.nz/username/slurm-94.out /home/username/slurm-94.out

Copy from Inscrutable to eRI login node (project folder)

Code Block
breakoutModewide
scp -r /home/username/my-data username@agresearch.co.nz@login-0.eri.agresearch.co.nz:/agr/persist/projects/XXXX-abc_defghijklm

...