Skip to content
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

[3C6G] Reproduction #106

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
831b7ef
[REPRO] Pre-processing pipeline implemented and tested.
elodiegermani1 Sep 21, 2023
742f967
[REPRO] correction of bugs for tests.
elodiegermani1 Sep 21, 2023
0e5b384
[REPRO] Add group-level pipeline. Implement tests for outputs.
elodiegermani1 Sep 21, 2023
6de8fe4
[REPRO] Fix bug imports bugs
elodiegermani1 Sep 21, 2023
822d3e9
[REPRO] Errors in test file.
elodiegermani1 Sep 21, 2023
934f455
[REPRO] Add 3C6G to pipeline reproduced.
elodiegermani1 Sep 21, 2023
a83379e
[REPRO] Remove pipeline 3C6G from the list of the reproduced pipeline…
elodiegermani1 Sep 21, 2023
e146477
[REPRO] Fix some bugs on the subject-level pipeline.
elodiegermani1 Sep 21, 2023
8f85cf2
[Test]
elodiegermani1 Feb 12, 2024
91f1291
Add team name to init.py
elodiegermani1 Feb 12, 2024
04d66ca
[REPRO] Change path to SPM due to changes in versions
elodiegermani1 Feb 12, 2024
c31742e
Change base directory for selectfiles
elodiegermani1 Feb 12, 2024
0a0cd35
Merge branch 'main' into 3C6G_repro_eger
bclenet Dec 13, 2024
fce373b
Refactoring preprocessing + first level [skip ci]
bclenet Dec 13, 2024
69a51bb
Refac group level [skip ci]
bclenet Dec 13, 2024
2dc1333
Adding tests [skip ci]
bclenet Dec 13, 2024
98dc1b5
Merge branch 'main' into 3C6G_repro_eger
bclenet Dec 17, 2024
3af8854
Issues after refactoring [skip ci]
bclenet Dec 17, 2024
d84be4f
Issues after refactoring [skip ci]
bclenet Dec 17, 2024
de365f9
Split subject and run parts in preprocessing
bclenet Dec 17, 2024
ff8819a
Typo with subject information [skip ci]
bclenet Dec 18, 2024
f8a3c8a
Removing segmentation maps from preprocessing outputs [skip ci]
bclenet Dec 19, 2024
bb30c91
Preprocessing outputs [skip ci]
bclenet Dec 20, 2024
3b8a0f8
Remove preprocessing files [skip ci]
bclenet Dec 20, 2024
7fafd70
Regressors and contrast naming for first level [skip ci]
bclenet Dec 20, 2024
417ab24
Issue with run_id after get_subject_information change [skip ci]
bclenet Dec 20, 2024
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
2 changes: 1 addition & 1 deletion narps_open/pipelines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'27SS': None,
'2T6S': 'PipelineTeam2T6S',
'2T7P': None,
'3C6G': None,
'3C6G': 'PipelineTeam3C6G',
'3PQ2': None,
'3TR7': 'PipelineTeam3TR7',
'43FJ': None,
Expand Down
Loading