Skip to content

Commit

Permalink
updated qsmxt version
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Dec 20, 2021
1 parent e79759e commit b15f307
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ There is also a docker image available:

For Windows:
```
docker run -it -v C:/neurodesktop-storage:/neurodesktop-storage vnmd/qsmxt_1.1.8:20211216
docker run -it -v C:/neurodesktop-storage:/neurodesktop-storage vnmd/qsmxt_1.1.9:20211219
```
For Linux/Mac:
```
docker run -it -v ~/neurodesktop-storage:/neurodesktop-storage vnmd/qsmxt_1.1.8:20211216
docker run -it -v ~/neurodesktop-storage:/neurodesktop-storage vnmd/qsmxt_1.1.9:20211219
```

## QSMxT Usage
Expand Down Expand Up @@ -102,10 +102,10 @@ The tools provided by the QSMxT container can be exposed and used using the QSMx
2. Install the QSMxT container via [transparent singularity](https://github.com/neurodesk/transparent-singularity):

```bash
git clone https://github.com/NeuroDesk/transparent-singularity qsmxt_1.1.8_20211216
cd qsmxt_1.1.8_20211216
./run_transparent_singularity.sh --container qsmxt_1.1.8_20211216.simg
source activate_qsmxt_1.1.8_20211216.simg.sh
git clone https://github.com/NeuroDesk/transparent-singularity qsmxt_1.1.9_20211219
cd qsmxt_1.1.9_20211219
./run_transparent_singularity.sh --container qsmxt_1.1.9_20211219.simg
source activate_qsmxt_1.1.9_20211219.simg.sh
```

3. Clone the QSMxT repository:
Expand Down

0 comments on commit b15f307

Please sign in to comment.