fmripost-resample
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: nipreps
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 178 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
- Releases: 0
Created about 1 year ago
· Last pushed about 1 year ago
Metadata Files
Readme
Changelog
Contributing
License
Code of conduct
Zenodo
README.rst
#################
fMRIPost-template
#################
A generic fMRIPost workflow.
********
Overview
********
fMRIPost-template is a template repository that can be used to create new fMRIPost workflows.
The workflows and functions in this repository are designed to implement the majority of
general-purpose steps in an fMRIPost pipeline.
Here are a few of the key features:
1. Configuration files to define expected BIDS derivatives from the preprocessing pipeline.
2. Functions to collect and organize data from the BIDS derivatives.
3. The ability to work with the following preprocessing configurations:
- fMRIPrep with ``--level full`` and the required output space for the fMRIPost workflow.
For example, fMRIPost-AROMA requires outputs in ``MNI152NLin6Asym`` space with
2x2x2 mm voxels.
- fMRIPrep with ``--level full`` and boldref-space outputs,
along with transforms to the required output space for the fMRIPost workflow.
- fMRIPrep with ``--level full`` and boldref-space outputs,
along with transforms to spaces that can be combined with existing transforms to
required spaces.
For example, users may apply fMRIPost-AROMA to boldref derivatives with transforms to
MNI152NLin2009cAsym space.
In this case, the fMRIPost-AROMA workflow will pull a transform from MNI152NLin2009cAsym
to MNI152NLin6Asym from TemplateFlow and apply it,
along with the boldref-to-MNI152NLin2009cAsym transform, to the boldref-space derivatives.
- fMRIPrep with ``--level full`` and raw BOLD data.
In this case, the fMRIPost workflow will apply minimal preprocessing steps internally
to generate the required derivatives.
This will rarely be used, but may be useful for fMRIPost workflows that require raw data,
like fMRIPost-phase.
.. warning::
Currently, minimal- and resampling-level fMRIPrep derivatives are not supported,
as fMRIPost workflows typically require confounds that are only generated with
``--level full``.
4. General NiPreps infrastructure for running a BIDS App, such as a config file,
a command-line interface, and tools to generate HTML reports.
*****
Usage
*****
If you use this template to create a new fMRIPost workflow, you will need to:
1. Replace all instances of ``fmripost_resample`` with the name of your new workflow.
2. Replace all instances of ``fMRIPost-template`` with the name of your new workflow.
3. Modify the workflows and interfaces to apply your desired processing steps.
4. Update the documentation to reflect the new workflow.
Please also include something like the following in your boilerplate:
> Data were postprocessed using *fMRIPost-*,
> which is based on *fMRIPost-template* ([cite fMRIPost-template version and DOI here]).
Owner
- Name: NeuroImaging PREProcessing toolS
- Login: nipreps
- Kind: organization
- Email: nipreps@gmail.com
- Website: https://nipreps.org/
- Repositories: 46
- Profile: https://github.com/nipreps
GitHub Events
Total
- Delete event: 1
- Issue comment event: 2
- Push event: 1
- Pull request event: 5
- Fork event: 1
- Create event: 3
Last Year
- Delete event: 1
- Issue comment event: 2
- Push event: 1
- Pull request event: 5
- Fork event: 1
- Create event: 3
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 2 months
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.5
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 4
Past Year
- Issues: 0
- Pull requests: 4
- Average time to close issues: N/A
- Average time to close pull requests: 2 months
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.5
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 4
Top Authors
Issue Authors
Pull Request Authors
- dependabot[bot] (4)
Top Labels
Issue Labels
Pull Request Labels
dependencies (4)
github_actions (4)
Dependencies
.github/workflows/contrib.yml
actions
- actions/checkout v4 composite
- codespell-project/actions-codespell v2 composite
.github/workflows/docker.yml
actions
- actions/checkout v4 composite
- docker/build-push-action v6.15.0 composite
- docker/login-action v3.4.0 composite
- docker/metadata-action v5.7.0 composite
- docker/setup-buildx-action v3.10.0 composite
.github/workflows/test.yml
actions
- actions/checkout v4 composite
- actions/setup-python v5 composite
- codecov/codecov-action v5 composite
Dockerfile
docker
- ${BASE_IMAGE} latest build
- downloader latest build
- python slim build
pyproject.toml
pypi
- acres *
- fmriprep @ git+https://github.com/nipreps/fmriprep.git@master
- nipype >= 1.8.5
- nireports @ git+https://github.com/nipreps/nireports.git@main
- nitransforms >= 24.0.2
- niworkflows @ git+https://github.com/nipreps/niworkflows.git@master
- pybids >= 0.15.6
- sdcflows @ git+https://github.com/nipreps/sdcflows.git@master
- smriprep @ git+https://github.com/nipreps/smriprep.git@master
- typer *