Skip to content

Commit 12f77cd

Browse files
authored
Merge branch 'main' into rm/sentry
2 parents 32f6137 + e5b2148 commit 12f77cd

34 files changed

+5696
-11683
lines changed

.coverage

-52 KB
Binary file not shown.

.maint/CONTRIBUTORS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@ Before every release, unlisted contributors will be invited again to add their n
1919
| Jonghyun | Bae | | 0000-0002-3987-6603 | National Institute on Aging |
2020
| Legarreta Gorroño | Jon Haitz | @jhlegarreta | 0000-0002-9661-1396 | Brigham and Women's Hospital, Mass General Brigham, Harvard Medical School, MA, USA |
2121
| Markiewicz | Christopher J. | @effigies | 0000-0002-6533-164X | Department of Psychology, Stanford University, CA, USA |
22-
| Murat | Bilgel | @bilgelm | 0000-0001-5042-7422 | National Institute on Aging |
2322
| Schiavone | Alice | @aliswh | 0009-0006-4844-2088 | Neurobiology Research Unit, Rigshospitalet, Copenhagen and Department of Computer Science, University of Copenhagen |

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ ENV PATH="/opt/afni-latest:$PATH" \
203203
RUN useradd -m -s /bin/bash -G users petprep
204204
WORKDIR /home/petprep
205205
ENV HOME="/home/petprep" \
206-
LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
206+
LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu:${LD_LIBRARY_PATH:-}"
207207

208208
COPY --from=micromamba /bin/micromamba /bin/micromamba
209209
COPY --from=micromamba /opt/conda/envs/petprep /opt/conda/envs/petprep
@@ -212,7 +212,7 @@ ENV MAMBA_ROOT_PREFIX="/opt/conda"
212212
RUN micromamba shell init -s bash && \
213213
echo "micromamba activate petprep" >> $HOME/.bashrc
214214
ENV PATH="/opt/conda/envs/petprep/bin:$PATH" \
215-
CPATH="/opt/conda/envs/petprep/include:$CPATH" \
215+
CPATH="/opt/conda/envs/petprep/include:${CPATH:-}" \
216216
LD_LIBRARY_PATH="/opt/conda/envs/petprep/lib:$LD_LIBRARY_PATH"
217217

218218
# Precaching atlases

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,13 @@ This was supported by the BRAIN Initiative
139139
grant (OpenNeuroPET, grant ID 1R24MH120004-01A1); the Novo Nordisk Foundation (OpenNeuroPET, grant ID NN20OC0063277); the Laura and John Arnold Foundation,
140140
the NIH (grant NBIB R01EB020740, PI: Ghosh);
141141
and NIMH (R24MH114705, R24MH117179, R01MH121867, PI: Poldrack)
142+
143+
.. _FSL: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki
144+
.. _ANTs: http://stnava.github.io/ANTs/
145+
.. _FreeSurfer: https://surfer.nmr.mgh.harvard.edu/
146+
.. _AFNI: https://afni.nimh.nih.gov/
147+
.. _PETSurfer: https://surfer.nmr.mgh.harvard.edu/fswiki/PetSurfer
148+
.. _PETPVC: https://github.com/UCL/PETPVC
149+
.. _kinfitr: https://github.com/mathesong/kinfitr
150+
.. _PMOD: https://www.pmod.com/
151+
.. _BIDS: https://bids.neuroimaging.io/

docs/_static/SampleReport/figures/sub-10_desc-reconall_T1w.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/_static/SampleReport/figures/sub-10_dseg.svg

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/_static/SampleReport/figures/sub-10_space-MNI152NLin2009cAsym_T1w.svg

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/_static/SampleReport/figures/sub-10_task-mixedgamblestask_run-1_desc-bbregister_bold.svg

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)