Skip to content

Commit 00835dc

Browse files
committed
updating singularity and vars.py for v107
1 parent 86a8c5a commit 00835dc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Singularity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ From: ubuntu:18.04
9595
cd /INSTALLERS
9696
git clone https://github.com/MASILab/PreQual.git
9797
cd PreQual
98-
# git checkout v1.0.6
98+
git checkout v1.0.7
9999
mv src/APPS/* /APPS
100100
mv src/CODE/* /CODE
101101
mv src/SUPPLEMENTAL/* /SUPPLEMENTAL

src/CODE/dtiQA_v7/vars.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ def __init__(self):
5151

5252
# Define versioning and creation date
5353

54-
self.VERSION = '1.0.7-dev'
55-
self.CREATION_DATE = 'May 26, 2022'
54+
self.VERSION = '1.0.7'
55+
self.CREATION_DATE = 'June 13, 2022'
5656

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

0 commit comments

Comments
 (0)