Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
arnaudbore authored Mar 21, 2022
1 parent 9047332 commit f15d919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Mrah S, Descoteaux M, Wager M, Boré A, Rheault F, Thirion B, Mandonnet E. Netwo
### Build singularity or docker image
```
# Singularity
sudo singularity build scilus_latest.sif docker://scilus/scilus:1.3.0
sudo singularity build scilus_1.3.0.sif docker://scilus/scilus:1.3.0
# Docker
sudo docker pull scilus/scilus:1.3.0
Expand All @@ -25,7 +25,7 @@ nextflow run main.nf \
--input [FullPathToLesions]/ \
--atlas [FullPathToAtlas]/ \
--tractograms [FullPathToTractograms]/ \
-with-singularity scilus_latest.sif \
-with-singularity scilus_1.3.0.sif \
resume
# With docker image
Expand Down

0 comments on commit f15d919

Please sign in to comment.