Skip to content

Commit 3c2fda2

Browse files
authored
Merge branch 'master' into debug_permission
2 parents 1359b0b + 85990a9 commit 3c2fda2

File tree

8 files changed

+83
-228
lines changed

8 files changed

+83
-228
lines changed

Dockerfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ RUN export PATH="/opt/miniconda-latest/bin:$PATH" \
136136
&& sync && conda clean --all && sync \
137137
&& bash -c "source activate neuro \
138138
&& pip install --no-cache-dir \
139-
'https://github.com/nipy/nipype/tarball/master' \
140-
'https://github.com/INCF/pybids/tarball/0.6.5' \
141-
'nilearn' \
142-
'datalad[full]' \
143-
'nipy' \
144-
'duecredit' \
145-
'nbval'" \
139+
https://github.com/nipy/nipype/tarball/master \
140+
https://github.com/INCF/pybids/tarball/0.7.1 \
141+
nilearn \
142+
datalad[full] \
143+
nipy \
144+
duecredit \
145+
nbval" \
146146
&& rm -rf ~/.cache/pip/* \
147147
&& sync \
148148
&& sed -i '$isource activate neuro' $ND_ENTRYPOINT
@@ -249,7 +249,7 @@ RUN echo '{ \
249249
\n ], \
250250
\n "pip_install": [ \
251251
\n "https://github.com/nipy/nipype/tarball/master", \
252-
\n "https://github.com/INCF/pybids/tarball/0.%3Cspan%20class="x x-first x-last">6.5", \
252+
\n "https://github.com/INCF/pybids/tarball/0.%3Cspan%20class="x x-first x-last">7.1", \
253253
\n "nilearn", \
254254
\n "datalad[full]", \
255255
\n "nipy", \

Singularity

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,13 @@ conda install -y -q --name neuro \
126126
sync && conda clean --all && sync
127127
bash -c "source activate neuro
128128
pip install --no-cache-dir \
129-
'https://github.com/nipy/nipype/tarball/master' \
130-
'https://github.com/INCF/pybids/tarball/0.6.5' \
131-
'nilearn' \
132-
'datalad[full]' \
133-
'nipy' \
134-
'duecredit' \
135-
'nbval'"
129+
https://github.com/nipy/nipype/tarball/master \
130+
https://github.com/INCF/pybids/tarball/0.7.1 \
131+
nilearn \
132+
datalad[full] \
133+
nipy \
134+
duecredit \
135+
nbval"
136136
rm -rf ~/.cache/pip/*
137137
sync
138138
sed -i '$isource activate neuro' $ND_ENTRYPOINT
@@ -241,7 +241,7 @@ echo '{
241241
\n ],
242242
\n "pip_install": [
243243
\n "https://github.com/nipy/nipype/tarball/master",
244-
\n "https://github.com/INCF/pybids/tarball/0.%3Cspan%20class="x x-first x-last">6.5",
244+
\n "https://github.com/INCF/pybids/tarball/0.%3Cspan%20class="x x-first x-last">7.1",
245245
\n "nilearn",
246246
\n "datalad[full]",
247247
\n "nipy",

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11891,7 +11891,7 @@
1189111891
<div class="pure-g domain-table-container color04">
1189211892
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_create_interfaces.html">Create Interfaces</a>
1189311893
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_interfaces_caching.html">Interfaces Caching</a>
11894-
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_command_line_interface.html">Nipype Command Line Interface</a>
11894+
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_nipypecli.html">Nipype Command Line Interface</a>
1189511895
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_aws.html">Amazon Web Services (AWS)</a>
1189611896
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_sphinx_ext.html">Sphinx extensions</a>
1189711897
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_spmmcr.html">SPM with MATLAB Common Runtime (MCR)</a>
@@ -12062,7 +12062,7 @@ <h2 class="domain-header color04"><a class="domain-title">Advanced Concepts</a><
1206212062
<div class="pure-g domain-table-container color04">
1206312063
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_create_interfaces.html">Create Interfaces</a>
1206412064
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_interfaces_caching.html">Interfaces Caching</a>
12065-
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_command_line_interface.html">Nipype Command Line Interface</a>
12065+
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_nipypecli.html">Nipype Command Line Interface</a>
1206612066
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_aws.html">Amazon Web Services (AWS)</a>
1206712067
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_sphinx_ext.html">Sphinx extensions</a>
1206812068
<a class="subject-link pure-u-1-4" target="_blank" href="notebooks/advanced_spmmcr.html">SPM with MATLAB Common Runtime (MCR)</a>

docs/notebooks/advanced_command_line_interface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head><meta charset="utf-8" />
4-
<title>advanced_command_line_interface</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
4+
<title>advanced_nipypecli</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
55
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
66

77
<style type="text/css">

generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ generate_docker() {
1818
conda_install="python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions
1919
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
2020
pip_install="https://github.com/nipy/nipype/tarball/master
21-
https://github.com/INCF/pybids/tarball/0.6.5
21+
https://github.com/INCF/pybids/tarball/0.7.1
2222
nilearn datalad[full] nipy duecredit nbval" \
2323
create_env="neuro" \
2424
activate=True \
@@ -57,7 +57,7 @@ generate_singularity() {
5757
conda_install="python=3.6 pytest jupyter jupyterlab jupyter_contrib_nbextensions
5858
traits pandas matplotlib scikit-learn scikit-image seaborn nbformat nb_conda" \
5959
pip_install="https://github.com/nipy/nipype/tarball/master
60-
https://github.com/INCF/pybids/tarball/0.6.5
60+
https://github.com/INCF/pybids/tarball/0.7.1
6161
nilearn datalad[full] nipy duecredit nbval" \
6262
create_env="neuro" \
6363
activate=True \

index.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
" <div class=\"pure-g domain-table-container color04\">\n",
112112
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_create_interfaces.ipynb\">Create Interfaces</a>\n",
113113
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_interfaces_caching.ipynb\">Interfaces Caching</a>\n",
114-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_command_line_interface.ipynb\">Nipype Command Line Interface</a>\n",
114+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_nipypecli.ipynb\">Nipype Command Line Interface</a>\n",
115115
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_aws.ipynb\">Amazon Web Services (AWS)</a>\n",
116116
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_sphinx_ext.ipynb\">Sphinx extensions</a>\n",
117117
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_spmmcr.ipynb\">SPM with MATLAB Common Runtime (MCR)</a>\n",
@@ -280,7 +280,7 @@
280280
" <div class=\"pure-g domain-table-container color04\">\n",
281281
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_create_interfaces.ipynb\">Create Interfaces</a>\n",
282282
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_interfaces_caching.ipynb\">Interfaces Caching</a>\n",
283-
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_command_line_interface.ipynb\">Nipype Command Line Interface</a>\n",
283+
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_nipypecli.ipynb\">Nipype Command Line Interface</a>\n",
284284
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_aws.ipynb\">Amazon Web Services (AWS)</a>\n",
285285
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_sphinx_ext.ipynb\">Sphinx extensions</a>\n",
286286
" <a class=\"subject-link pure-u-1-4\" target=\"_blank\" href=\"notebooks/advanced_spmmcr.ipynb\">SPM with MATLAB Common Runtime (MCR)</a>\n",

0 commit comments

Comments
 (0)