Skip to content

Commit

Permalink
updating to v108
Browse files Browse the repository at this point in the history
  • Loading branch information
leonyichencai committed Aug 28, 2022
1 parent 85c265e commit 266b3d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Note: The phase encoding axis, direction, and readout time must be known ahead o

git clone https://github.com/MASILab/PreQual.git
cd /path/to/repo/PreQual
git checkout v1.0.7
git checkout v1.0.8
sudo singularity build /path/to/prequal.simg Singularity

We use Singularity version 3.4 with root permissions.
Expand Down
2 changes: 1 addition & 1 deletion Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ From: ubuntu:18.04
cd /INSTALLERS
git clone https://github.com/MASILab/PreQual.git
cd PreQual
git checkout v1.0.7
git checkout v1.0.8
mv src/APPS/* /APPS
mv src/CODE/* /CODE
mv src/SUPPLEMENTAL/* /SUPPLEMENTAL
Expand Down
4 changes: 2 additions & 2 deletions src/CODE/dtiQA_v7/vars.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def __init__(self):

# Define versioning and creation date

self.VERSION = '1.0.7'
self.CREATION_DATE = 'June 13, 2022'
self.VERSION = '1.0.8'
self.CREATION_DATE = 'August 27, 2022'

# Define instance of SharedVars class that will be accessible to (and editable by) other modules

Expand Down

0 comments on commit 266b3d8

Please sign in to comment.