Skip to content

Commit

Permalink
Merge pull request #8 from praitayini/pk
Browse files Browse the repository at this point in the history
Update and fixs for gradtensor
  • Loading branch information
praitayini authored Apr 18, 2023
2 parents 6e6a22a + 03b2b73 commit e094daa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,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.8
git checkout v1.1.0
sudo singularity build /path/to/prequal.simg Singularity

We use Singularity version 3.8 CE with root permissions.
Expand Down
6 changes: 3 additions & 3 deletions Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@ From: ubuntu:18.04
cd /
apt-get -y install wget git gcc libpq-dev python-dev python-pip python3 python3.8 python3.8-venv python3.8-dev python3-dev python3-pip python3-venv python3-wheel libpng-dev libfreetype6-dev libblas3 liblapack3 libblas-dev liblapack-dev pkg-config
cd /INSTALLERS
#git clone https://github.com/MASILab/PreQual.git
git clone -b pk https://github.com/praitayini/PreQual.git
git clone https://github.com/MASILab/PreQual.git
cd PreQual
git checkout v1.0.8
#git checkout v1.0.8 change to v1.1.0 after realease
mv src/APPS/* /APPS
mv src/CODE/* /CODE
mv src/SUPPLEMENTAL/* /SUPPLEMENTAL
Expand All @@ -126,6 +125,7 @@ From: ubuntu:18.04
python3.8 -m venv gradvenv
source gradvenv/bin/activate
pip3 install wheel
pip install -r /INSTALLERS/PreQual/venv/pip_install_gradtensor.txt
wget https://bootstrap.pypa.io/get-pip.py
python3.8 get-pip.py
pip3 install --upgrade setuptools
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 @@ -55,8 +55,8 @@ def __init__(self):

# Define versioning and creation date

self.VERSION = '1.0.8'
self.CREATION_DATE = 'August 27, 2022'
self.VERSION = '1.1.0'
self.CREATION_DATE = 'April 18, 2023'

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

Expand Down
3 changes: 2 additions & 1 deletion src/CODE/dtiQA_v7/vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def vis_title(dwi_files, t1_file, pe_axis, pe_dirs, readout_times, use_topup, us

'Authors:\n'
'- Leon Cai (leon.y.cai@vanderbilt.edu)\n'
'- Qi Yang (qi.yang@vanderbilt.edu)\n\n'
'- Qi Yang (qi.yang@vanderbilt.edu)\n'
'- Praitayini Kanakaraj (praitayini.kanakaraj@vanderbilt.edu)\n\n'

'Run Date: {}\n\n'

Expand Down

0 comments on commit e094daa

Please sign in to comment.