Skip to content

Commit

Permalink
pin niworkflows-0.5.2.post7, clear cache and do not store outputs any…
Browse files Browse the repository at this point in the history
…more
  • Loading branch information
oesteban committed Jan 25, 2019
1 parent 91b86f1 commit 1bf4a21
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 21 deletions.
34 changes: 15 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- docker-v3-
paths:
- /tmp/cache/docker.tar.gz
- /tmp/cache/ubuntu.tar.gz
- checkout
- setup_remote_docker
- run:
Expand Down Expand Up @@ -359,10 +358,10 @@ jobs:
at: /tmp
- restore_cache:
keys:
- ds005-anat-v12-{{ .Branch }}-{{ epoch }}
- ds005-anat-v12-{{ .Branch }}
- ds005-anat-v12-master
- ds005-anat-v12-
- ds005-anat-v13-{{ .Branch }}-{{ epoch }}
- ds005-anat-v13-{{ .Branch }}
- ds005-anat-v13-master
- ds005-anat-v13-
- run:
name: Setting up test
command: |
Expand Down Expand Up @@ -396,10 +395,9 @@ jobs:
--sloppy --write-graph --mem_mb 4096 \
--nthreads 2 --anat-only -vv
- save_cache:
key: ds005-anat-v12-{{ .Branch }}-{{ epoch }}
key: ds005-anat-v13-{{ .Branch }}-{{ epoch }}
paths:
- /tmp/ds005/work
- /tmp/ds005/derivatives/fmriprep

- run:
name: Run full fMRIPrep on ds005 (LegacyMultiProc plugin)
Expand Down Expand Up @@ -490,10 +488,10 @@ jobs:
at: /tmp
- restore_cache:
keys:
- ds054-anat-v10-{{ .Branch }}-{{ epoch }}
- ds054-anat-v10-{{ .Branch }}
- ds054-anat-v10-master
- ds054-anat-v10-
- ds054-anat-v11-{{ .Branch }}-{{ epoch }}
- ds054-anat-v11-{{ .Branch }}
- ds054-anat-v11-master
- ds054-anat-v11-
- run:
name: Setting up test
command: |
Expand Down Expand Up @@ -527,10 +525,9 @@ jobs:
--fs-no-reconall --sloppy --write-graph \
--mem_mb 4096 --nthreads 2 --anat-only -vv
- save_cache:
key: ds054-anat-v10-{{ .Branch }}-{{ epoch }}
key: ds054-anat-v11-{{ .Branch }}-{{ epoch }}
paths:
- /tmp/ds054/work
- /tmp/ds054/derivatives

- run:
name: Run full fMRIPrep on ds054
Expand Down Expand Up @@ -609,10 +606,10 @@ jobs:
at: /tmp
- restore_cache:
keys:
- ds210-anat-v8-{{ .Branch }}-{{ epoch }}
- ds210-anat-v8-{{ .Branch }}
- ds210-anat-v8-master
- ds210-anat-v8-
- ds210-anat-v9-{{ .Branch }}-{{ epoch }}
- ds210-anat-v9-{{ .Branch }}
- ds210-anat-v9-master
- ds210-anat-v9-
- run:
name: Setting up test
command: |
Expand Down Expand Up @@ -646,10 +643,9 @@ jobs:
--fs-no-reconall --sloppy --write-graph \
--mem_mb 4096 --nthreads 2 --anat-only -vv
- save_cache:
key: ds210-anat-v8-{{ .Branch }}-{{ epoch }}
key: ds210-anat-v9-{{ .Branch }}-{{ epoch }}
paths:
- /tmp/ds210/work
- /tmp/ds210/derivatives

- run:
name: Run full fMRIPrep on ds000210
Expand Down
2 changes: 1 addition & 1 deletion fmriprep/__about__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
'nilearn',
'nipype>=1.1.6',
'nitime',
'niworkflows>=0.5.2.post6,<0.5.3',
'niworkflows>=0.5.2.post7,<0.5.3',
'numpy',
'pandas',
'psutil>=5.4',
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
grabbit==0.2.3
pybids==0.6.5
niworkflows>=0.5.2.post6,<0.5.3
niworkflows>=0.5.2.post7,<0.5.3

0 comments on commit 1bf4a21

Please sign in to comment.