Skip to content

Add QSIRecon and fMRIPost apps #147

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 39 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,33 @@ apps:
- raw
description: Structural MRI PREProcessing (sMRIPrep) workflows for NIPreps (NeuroImaging PREProcessing tools)

- gh: nipreps/fmripost-aroma
status: active
dh: nipreps/fmripost-aroma
ds_type:
- derivative
datatype:
- func
description: Functional MRI postprocessing with ICA-AROMA

- gh: nipreps/fmripost-phase
status: active
dh: nipreps/fmripost-phase
ds_type:
- derivative
datatype:
- func
description: Postprocessing of complex-valued fMRI data

- gh: nipreps/fmripost-rapidtide
status: active
dh: nipreps/fmripost-rapidtide
ds_type:
- derivative
datatype:
- func
description: Functional MRI postprocessing with Rapidtide

- gh: PeerHerholz/BIDSonym
status: active
dh: peerherholz/bidsonym
Expand Down Expand Up @@ -514,10 +541,21 @@ apps:
- raw
datatype:
- dwi
description: Preprocessing and reconstruction of diffusion MRI
description: Preprocessing of diffusion MRI
ci: circleci
branch: master

- gh: PennLINC/qsirecon
status: active
dh: pennlinc/qsirecon
ds_type:
- derivative
datatype:
- dwi
description: Reconstruction of preprocessed diffusion MRI
ci: circleci
branch: main

- gh: poldracklab/fitlins
status: active
dh: poldracklab/fitlins
Expand Down
Loading