(#72) Add fMRIprep-to-tedana recommendations Processing_Multi_Echo_Data#88
Open
bf777 wants to merge 2 commits into
Open
(#72) Add fMRIprep-to-tedana recommendations Processing_Multi_Echo_Data#88bf777 wants to merge 2 commits into
bf777 wants to merge 2 commits into
Conversation
…_Data.ipynb and associated .md and html files.
There was a problem hiding this comment.
Pull request overview
This PR updates the “Processing Multi-Echo Data” documentation to add guidance for using tedana with outputs from automated preprocessing pipelines (notably fMRIPrep) and for running tedana on HPC systems.
Changes:
- Adds a new “Pipeline-specific recommendations” section covering fMRIPrep usage considerations for ME-EPI + tedana.
- Adds an HPC/SLURM example for running tedana workflows at scale.
- Updates the built documentation artifacts (HTML +
_sources) to reflect the new content.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
| docs/content/Processing_Multi_Echo_Data.html | Published HTML updated with new pipeline/HPC guidance and TOC entries. |
| docs/_sources/content/Processing_Multi_Echo_Data.md | Generated page source updated to include the new recommendations and script snippet. |
| docs/_sources/content/Processing_Multi_Echo_Data.ipynb | Generated notebook source updated with the new markdown content. |
| content/Processing_Multi_Echo_Data.md | Canonical Jupyter Book source updated with fMRIPrep + HPC recommendations and example SLURM script. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Collaborator
Author
|
@tsalo I've made some light changes, please let me know if all looks good and this works/didn't break other stuff - thanks! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The
Processing_Multi_Echo_Datanotebook lacked context on importing fMRI data from fMRIprep into tedana.Fix
These changes to
Processing_Multi_Echo_Data.ipynbadd and link to information and sample scripts to run tedana in parallel on a computing cluster and successfully import data from fMRIprep.