Skip to content

Commit c242898

Browse files
committed
added info for apptainer tmp dir
1 parent 786f7d8 commit c242898

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Snakemake workflow: `damid-seq`
22

3-
[![Snakemake](https://img.shields.io/badge/snakemake-≥8.10.6-brightgreen.svg)](https://snakemake.github.io)
3+
[![Snakemake](https://img.shields.io/badge/snakemake-≥8.12.0-brightgreen.svg)](https://snakemake.github.io)
44
[![Tests](https://github.com/niekwit/damid-seq/actions/workflows/main.yml/badge.svg)](https://github.com/niekwit/damid-seq/actions/workflows/main.yml)
55
[![CodeFactor](https://www.codefactor.io/repository/github/niekwit/damid-seq/badge)](https://www.codefactor.io/repository/github/niekwit/damid-seq)
66
[![DOI](https://zenodo.org/badge/708194033.svg)](https://zenodo.org/doi/10.5281/zenodo.10737672)
@@ -270,6 +270,11 @@ default-resources:
270270
slurm_account: <ACCOUNT>
271271
```
272272

273+
Some system have limited space allocated to `/tmp`, which can be problematic when using Apptainer. Add the following line to `~/.bashrc` to set a different temporary directory location:
274+
275+
```shell
276+
export APPTAINER_TMPDIR=~/rds/hpc-work/apptainer_tmp
277+
```
273278

274279
## Dry-run of the analysis
275280

0 commit comments

Comments
 (0)