1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-21 16:16:04 +00:00

fix_trainling_nl

This commit is contained in:
chriswyatt1 2022-10-18 14:10:55 +00:00
parent 9b971c2b76
commit f4c13e6511

View file

@ -16,12 +16,11 @@ This can be done with the following commands:
## Load Singularity environment modules - these commands can be placed in your ~/.bashrc also
module add java/openjdk-11/11.0.1
module add singularity-env/1.0.0
```
Then set the correct configuration of the cache directories, where <YOUR_ID> is replaced with you credentials which you can find by entering `whoami` into the terminal once you are logged into myriad. Once you have added your credentials save these lines into your .bashrc file in the base directory (e.g. /home/<YOUR_ID>/.bashrc):
```
```bash
# Set all the Singularity cache dirs to Scratch
export SINGULARITY_CACHEDIR=/home/<YOUR_ID>/Scratch/.singularity/
export SINGULARITY_TMPDIR=/home/<YOUR_ID>/Scratch/.singularity/tmp
@ -47,6 +46,6 @@ mv nextflow ~/bin/nextflow
Then make sure that your bin PATH is executable, by placing the following line in your .bashrc:
```
```bash
export PATH=$PATH:/home/<YOUR_ID>/bin
```