We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a8c5a commit 00835dcCopy full SHA for 00835dc
2 files changed
Singularity
@@ -95,7 +95,7 @@ From: ubuntu:18.04
95
cd /INSTALLERS
96
git clone https://github.com/MASILab/PreQual.git
97
cd PreQual
98
- # git checkout v1.0.6
+ git checkout v1.0.7
99
mv src/APPS/* /APPS
100
mv src/CODE/* /CODE
101
mv src/SUPPLEMENTAL/* /SUPPLEMENTAL
src/CODE/dtiQA_v7/vars.py
@@ -51,8 +51,8 @@ def __init__(self):
51
52
# Define versioning and creation date
53
54
- self.VERSION = '1.0.7-dev'
55
- self.CREATION_DATE = 'May 26, 2022'
+ self.VERSION = '1.0.7'
+ self.CREATION_DATE = 'June 13, 2022'
56
57
# Define instance of SharedVars class that will be accessible to (and editable by) other modules
58
0 commit comments