Skip to content

Commit

Permalink
Proper docker pull command
Browse files Browse the repository at this point in the history
  • Loading branch information
frheault committed May 12, 2021
1 parent 454d33f commit a91b41d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ Singularity/Docker
-----------
If you are on Linux, we recommend using the Singularity to run rbx_flow pipeline.
If you have Singularity == 3.*, launch your Nextflow command with:
`-with-singularity scilus-1.1.0_rbxflow-1.0.0.img`
`-with-singularity scilus/scilus:1.1.0_rbxflow-1.0.0`

If you have rebuild singularity Singularity == 2.* image is available [here](http://scil.dinf.usherbrooke.ca/en/containers_list/scilus-1.1.0_rbxflow-1.0.0.img)
Launch your Nextflow command with: `-with-singularity ABSOLUTE_PATH/scilus-1.1.0_rbxflow-1.0.0.img`

If you are on MacOS or Windows, we recommend using the Docker container to run rbx_flow pipeline.
Launch your Nextflow command with:
`-with-docker scilus-1.1.0_rbxflow-1.0.0.img`
`-with-docker scilus/scilus:1.1.0_rbxflow-1.0.0`

Usage
-----
Expand Down
4 changes: 2 additions & 2 deletions USAGE
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ USAGE

nextflow run main.nf --input ... [OPTIONAL_ARGUMENTS]
To call with a container add:
-with-singularity scilus-1.1.0_rbxflow-1.0.0.img
-with-docker scilus-1.1.0_rbxflow-1.0.0.img
-with-singularity scilus/scilus:1.1.0_rbxflow-1.0.0
-with-docker scilus/scilus:1.1.0_rbxflow-1.0.0

The recommanded atlas is available at https://zenodo.org/record/4630660#.YJvmwXVKhdU

Expand Down

0 comments on commit a91b41d

Please sign in to comment.