Skip to content

Commit f8bd903

Browse files
committed
apptainer update
1 parent 3c61541 commit f8bd903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nextflow/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Another interesting parameter to consider adding to the configuration file is th
8282
```
8383
**Singularity/Apptainer**:
8484

85-
Similar to docker, using a singularity or apptainer image does not require you to have to adapt the pipeline script. You can run with Singularity container using the following command-line parameter: `-with-singularity [singularity-image-file]` (Full Apptainer support is coming soon), where the image is downloaded from Dockerhub as well, built on runtime and then stored in a folder `singularity/`. Re-using a singularity image is possible with:
85+
Similar to docker, using a singularity or apptainer image does not require you to have to adapt the pipeline script. You can run with Singularity container using the following command-line parameter: `-with-singularity [singularity-image-file]` (Apptainer support is also present), where the image is downloaded from Dockerhub as well, built on runtime and then stored in a folder `singularity/`. Re-using a singularity image is possible with:
8686
```
8787
singularity.cacheDir = "/path/to/singularity"
8888
```

0 commit comments

Comments
 (0)