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

Documentation updates #141

Merged
merged 55 commits into from
Jan 24, 2024
Merged
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
6986e90
[BUG] inside unit_tests workflow
bclenet Aug 31, 2023
d6e67f3
Merge branch 'Inria-Empenn:main' into main
bclenet Aug 31, 2023
c3bfc53
Merge branch 'Inria-Empenn:main' into main
bclenet Sep 4, 2023
4b30504
Merge branch 'Inria-Empenn:main' into main
bclenet Sep 19, 2023
fd15ffc
Merge branch 'Inria-Empenn:main' into main
bclenet Sep 21, 2023
6715950
[DOC] fix some broken links
bclenet Sep 22, 2023
57b8c86
[DOC] adding template for pipeline testing
bclenet Sep 22, 2023
2c891c2
[DOC] adding template for pipeline testing
bclenet Sep 22, 2023
552e18c
About implemented_pipelines
bclenet Sep 25, 2023
b6f21f4
Deal with test template
bclenet Sep 25, 2023
6ebe5d2
Merge branch 'Inria-Empenn:main' into main
bclenet Sep 29, 2023
0a584dd
Merge branch 'Inria-Empenn:main' into main
bclenet Sep 29, 2023
e284b80
Merge branch 'Inria-Empenn:main' into main
bclenet Sep 29, 2023
5774813
Merge branch 'Inria-Empenn:main' into main
bclenet Oct 5, 2023
8f12d3d
Merge branch 'Inria-Empenn:main' into main
bclenet Oct 5, 2023
7c3b6df
Merge branch 'main' into documentation
bclenet Oct 5, 2023
91dc744
Merge branch 'Inria-Empenn:main' into main
bclenet Oct 10, 2023
c10e3a4
Merge branch 'main' into documentation
bclenet Oct 13, 2023
0436fe4
[DOC] new readme for the doc
bclenet Oct 13, 2023
bfcf3dd
Changes in README.md
bclenet Oct 13, 2023
d212e1d
[DOC] slight changes to docs/README.md
bclenet Oct 13, 2023
c03e9d1
Merge branch 'Inria-Empenn:main' into main
bclenet Nov 20, 2023
fe0d25b
Merge branch 'Inria-Empenn:main' into main
bclenet Nov 22, 2023
04d5ff2
Merge branch 'Inria-Empenn:main' into main
bclenet Nov 22, 2023
6466b29
Merge branch 'main' into documentation
bclenet Nov 30, 2023
29870d5
Add links to past events
bclenet Nov 30, 2023
e4f369d
Changes in readme.md
bclenet Nov 30, 2023
142f89c
fMRI trail
bclenet Nov 30, 2023
7b7fb89
Adding trail description in contribution guide
bclenet Dec 6, 2023
23b93f6
Separate trails in contribution guide
bclenet Dec 6, 2023
6f3dd73
[TEST] Solving pytest issues with template test
bclenet Dec 6, 2023
c9ee889
Merge branch 'Inria-Empenn:main' into main
bclenet Jan 5, 2024
933e87f
Merge branch 'main' into documentation
bclenet Jan 9, 2024
5803501
Changing docker image in use
bclenet Jan 9, 2024
e297685
FSL template correction
bclenet Jan 10, 2024
9213dc4
[DOC] writing test files
bclenet Jan 10, 2024
9bfc89c
Merge branch 'Inria-Empenn:main' into main
bclenet Jan 10, 2024
d2b8452
Merge branch 'main' into documentation
bclenet Jan 10, 2024
7d5fa82
Codespell
bclenet Jan 10, 2024
11736e6
First step in writing documentation about NARPS
bclenet Jan 10, 2024
c5fd548
[DOC] completing doc about narps
bclenet Jan 11, 2024
6c9d7a3
[DOC] completing doc about narps
bclenet Jan 11, 2024
a016bdd
[DOC] completing doc about narps
bclenet Jan 11, 2024
7493f74
Merge branch 'Inria-Empenn:main' into main
bclenet Jan 11, 2024
a73f3c3
[DATALAD] change results url
bclenet Jan 11, 2024
f03f50e
Merge pull request #3 from bclenet/results
bclenet Jan 11, 2024
68ea23c
[DOC] reference to the github project for reproduction mgmt
bclenet Jan 11, 2024
f4c0c24
[DOC] adding team id choices for narps open runner
bclenet Jan 12, 2024
9120dda
Merge branch 'main' into documentation
bclenet Jan 12, 2024
6ebd536
[DOC] list of available team ids in command tools documentation
bclenet Jan 15, 2024
ecce46a
[DOC] configuration info inside INSTALL.md
bclenet Jan 16, 2024
5b46057
[DOC] configuration info inside INSTALL.md
bclenet Jan 16, 2024
a737df5
Merge branch 'Inria-Empenn:main' into main
bclenet Jan 19, 2024
b8c1fda
NARPS Exclusion comments
bclenet Jan 24, 2024
f518012
Merge branch 'main' into documentation
bclenet Jan 24, 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
Prev Previous commit
Next Next commit
Codespell
bclenet committed Jan 10, 2024
commit 7d5fa82471ccedef23ae3d8e1d6af12ffb944f57
2 changes: 1 addition & 1 deletion narps_open/pipelines/templates/template_fsl.py
Original file line number Diff line number Diff line change
@@ -133,7 +133,7 @@ def get_subject_information(event_file: str):
Returns :
- subject_info : list of Bunch containing event information
"""
# [INFO] nipype requires to import all dependancies from inside the methods that are
# [INFO] nipype requires to import all dependencies from inside the methods that are
# later used in Function nodes
from nipype.interfaces.base import Bunch