neurodatascience / nipoppy

Lightweight framework for neuroimaging-clinical data organization/processing
https://nipoppy.readthedocs.io/en/latest/
MIT License
10 stars 19 forks source link

[ENH] add QSIPrep #266

Open michellewang opened 3 weeks ago

michellewang commented 3 weeks ago

Work in progress!

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.64%. Comparing base (fc3971f) to head (f1c5704).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #266 +/- ## ======================================= Coverage 98.64% 98.64% ======================================= Files 28 28 Lines 1766 1766 ======================================= Hits 1742 1742 Misses 24 24 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

michellewang commented 2 weeks ago

Added a basic invocation file which creates the following command (most of these are QSIPrep defaults)

Generated Command:
[[NIPOPPY_CONTAINER_COMMAND]] [[NIPOPPY_FPATH_CONTAINER]] qsiprep \
    '[[NIPOPPY_DPATH_BIDS]]' '[[NIPOPPY_DPATH_PIPELINE_OUTPUT]]' participant \
    --skip_bids_validation --participant_label '[[NIPOPPY_PARTICIPANT_ID]]' \
    --bids-database-dir '[[NIPOPPY_DPATH_PIPELINE_BIDS_DB]]' --recon-input-pipeline qsiprep \
    --omp-nthreads 4 -v -v --anat-modality T1w --b0-threshold 100 --dwi_denoise_window auto \
    --denoise-method dwidenoise --b1-biascorrect-stage final --distortion-group-merge none \
    --anatomical-template MNI152NLin2009cAsym --output-resolution 1.2 --b0-to-t1w-transform Rigid \
    --intramodal-template-transform BSplineSyN --b0-motion-corr-to iterative --hmc-transform Affine \
    --hmc_model eddy --shoreline_iters 2 --skull-strip-template OASIS \
    --fs-license-file '[[FREESURFER_LICENSE_FILE]]' --pepolar-method TOPUP \
    --fmap-no-demean -w '[[NIPOPPY_DPATH_PIPELINE_WORK]]'

Notes