Skip to content

Commit

Permalink
updating singularity and vars.py for v107
Browse files Browse the repository at this point in the history
  • Loading branch information
leonyichencai committed Jun 13, 2022
1 parent 86a8c5a commit 00835dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.6
git checkout v1.0.7
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-dev'
self.CREATION_DATE = 'May 26, 2022'
self.VERSION = '1.0.7'
self.CREATION_DATE = 'June 13, 2022'

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

Expand Down

0 comments on commit 00835dc

Please sign in to comment.