Skip to content
Snippets Groups Projects
Commit 21b0b59a authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

use of singularity with specific version

parent 1365f798
No related branches found
No related tags found
No related merge requests found
Pipeline #38183 passed
...@@ -159,7 +159,9 @@ We provide a singularity image, to help running PanACoTA on a cluster. ...@@ -159,7 +159,9 @@ We provide a singularity image, to help running PanACoTA on a cluster.
First, download the singularity image: First, download the singularity image:
singularity pull --name panacota.img shub://gem-pasteur/PanACoTA singularity pull --name panacota.img shub://gem-pasteur/PanACoTA[:<version>]
If you want a specific version, like version 1.0, specify `shub://gem-pasteur/PanACoTA:1.0`. If you want the latest version, use `shub://gem-pasteur/PanACoTA`or `shub://gem-pasteur/PanACoTA:latest`
Then, you can run PanACoTA as previously: Then, you can run PanACoTA as previously:
......
...@@ -151,7 +151,9 @@ We provide a singularity image, to help running PanACoTA on a cluster. ...@@ -151,7 +151,9 @@ We provide a singularity image, to help running PanACoTA on a cluster.
First, download the singularity image:: First, download the singularity image::
singularity pull --name panacota.img shub://gem-pasteur/PanACoTA singularity pull --name panacota.img shub://gem-pasteur/PanACoTA[:version]
If you want a specific version, like version 1.0, specify ``shub://gem-pasteur/PanACoTA:1.0``. If you want the latest version, use ``shub://gem-pasteur/PanACoTA`` or ``shub://gem-pasteur/PanACoTA:latest``.
Then, you can run PanACoTA in the same way as previously, using: Then, you can run PanACoTA in the same way as previously, using:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment