Skip to content

Commit 067311f

Browse files
author
MaxUlysse
committed
update help on how to use with Singularity
1 parent 4b0a631 commit 067311f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ nextflow run MaxUlysse/compile-beamer /
1515
```
1616

1717
## Usage with Singularity [![Singularity status][singularity-badge]][singularity-link]
18-
You need first to download the Singularity container, and specify the path to it (either in the `conf/singularity.config`, or in command line with parameter `-with-singularity [singularity image file]`)
18+
19+
You need first to download the Singularity container, and specify the path to it (either in the file `conf/singularity.config`, or in command line with parameter `-with-singularity [singularity image file]`) Or you can use the script `scripts/test_singularity.sh` to download and test the container, and then use it for your own project. (this way, tht path to the container is already in the file `conf/singularity.config`)
1920

2021
```bash
2122
nextflow run MaxUlysse/compile-beamer /
@@ -36,9 +37,9 @@ nextflow run MaxUlysse/compile-beamer /
3637
[docker-link]: https://hub.docker.com/r/maxulysse/compile-beamer
3738
[licence-badge]: https://img.shields.io/github/license/MaxUlysse/compile-beamer.svg
3839
[licence-link]: https://github.com/MaxUlysse/compile-beamer/blob/master/LICENSE
39-
[nextflow-badge]: https://img.shields.io/badge/nextflow-%E2%89%A50.22.2-brightgreen.svg
40+
[nextflow-badge]: https://img.shields.io/badge/nextflow-%E2%89%A50.25.0-brightgreen.svg
4041
[nextflow-link]: https://www.nextflow.io/
41-
[singularity-badge]: https://img.shields.io/badge/singularity_hub-container-blue.svg
42+
[singularity-badge]: https://img.shields.io/badge/singularity_hub-automated-blue.svg
4243
[singularity-link]: https://singularity-hub.org/collections/72/
4344
[travis-badge]: https://api.travis-ci.org/MaxUlysse/compile-beamer.svg
4445
[travis-link]: https://travis-ci.org/MaxUlysse/compile-beamer

0 commit comments

Comments
 (0)