Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Aug 17, 2024
1 parent 4760591 commit 9b91f25
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bidspm.def
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ From: bids/base_validator:1.13.1
ln -s /opt/spm12/bin/spm12-octave /usr/local/bin/spm12

git -C /opt/bidspm restore .
git -C /opt/bidspm/lib/CPP_ROI/atlas/HCPex reset --hard
git -C /opt/bidspm/lib/CPP_ROI/atlas/HCPex clean --force -dfx
git submodule foreach --recursive 'git reset --hard'
git submodule foreach --recursive 'git clean --force -dfx'
git -C /opt/bidspm/ status
git -C /opt/bidspm/lib/spm_2_bids status
git -C /opt/bidspm/lib/CPP_ROI status



pip install --upgrade pip
pip install -r /opt/bidspm/requirements.txt
Expand Down

0 comments on commit 9b91f25

Please sign in to comment.