Skip to content

Commit

Permalink
Adjust README.md to note alternative ways to get singularity image
Browse files Browse the repository at this point in the history
now that shub:// is just a historical archive of old images.

Closes #63
  • Loading branch information
yarikoptic committed Oct 17, 2023
1 parent 87da493 commit b3bbe0e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@ heuristic
If you do not have one, you could get either of
- [NeuroDebian Virtual Machine](http://neuro.debian.net/vm.html)
- ReproIn Docker image: `docker run -it --rm -v $PWD:$PWD repronim/reproin`
- ReproIn Singularity image: `singularity pull shub://ReproNim/reproin`

- ReproIn Singularity image: you can either
- convert from the docker image: `singularity pull docker://repronim/reproin`
- download the most recent version from
http://datasets.datalad.org/?dir=/repronim/containers/images/repronim
which is a DataLad dataset which you can install via `datalad install ///repronim/containers`
(see/subscribe https://github.com/ReproNim/reproin/issues/64
for HOWTO setup YODA style dataset)
2. Collect a subject/session (or multiple of them) while placing and
naming sequences in the scanner following the [specification].
But for now we will assume that you have no such dataset yet, and
Expand Down

0 comments on commit b3bbe0e

Please sign in to comment.