Skip to content

Commit

Permalink
Merge branch 'main' into DC61_repro
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Dec 12, 2024
2 parents b9b2f89 + af1651b commit 44f8d79
Show file tree
Hide file tree
Showing 27 changed files with 5,610 additions and 581 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
size, visible or invisible disability, ethnicity, sex characteristics, gender
identity and expression, level of experience, education, socio-economic status,
identity and expression, level of experience, education, socioeconomic status,
nationality, personal appearance, race, caste, color, religion, or sexual
identity and orientation.

Expand Down
6 changes: 6 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Finally, you are able to use the scripts of the project :

* `narps_open_runner`: run pipelines
* `narps_open_tester`: run a pipeline and test its results against original ones from the team
* `narps_open_correlations`: compute and display correlation between results and original ones from the team
* `narps_description`: get the textual description made by a team
* `narps_results`: download the original results from teams
* `narps_open_status`: get status information about the development process of the pipelines
Expand All @@ -107,6 +108,10 @@ narps_open_runner -t 2T6S -n 40
# and produces a report with correlation values.
narps_open_tester -t 08MQ

# Compute the correlation values between results of 2T6S reproduction on 60 subjects with original ones
# WARNING : 2T6S must have been previously computed with a group of 60 subjects
narps_open_correlations -t 2T6S -n 60

# Get the description of team C88N in markdown formatting
narps_description -t C88N --md

Expand All @@ -121,6 +126,7 @@ narps_open_status --json
> For further information about these command line tools, read the corresponding documentation pages.
> * `narps_open_runner` : [docs/running.md](docs/running.md)
> * `narps_open_tester` : [docs/testing.md](docs/testing.md#command-line-tool)
> * `narps_open_correlations` : [docs/correlation.md](docs/correlation.md#command-line-tool)
> * `narps_description` : [docs/description.md](docs/description.md)
> * `narps_results` : [docs/data.md](docs/data.md#results-from-narps-teams)
> * `narps_open_status` : [docs/status.md](docs/status.md)
14 changes: 7 additions & 7 deletions narps_open/pipelines/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
'2T7P': None,
'3C6G': None,
'3PQ2': None,
'3TR7': None,
'3TR7': 'PipelineTeam3TR7',
'43FJ': None,
'46CD': None,
'4SZ2': None,
'4TQ6': None,
'4SZ2': 'PipelineTeam4SZ2',
'4TQ6': 'PipelineTeam4TQ6',
'50GV': None,
'51PW': 'PipelineTeam51PW',
'5G9K': None,
Expand All @@ -40,7 +40,7 @@
'9T8E': None,
'9U7M': None,
'AO86': None,
'B23O': None,
'B23O': 'PipelineTeamB23O',
'B5I6': None,
'C22U': None,
'C88N': 'PipelineTeamC88N',
Expand All @@ -55,11 +55,11 @@
'K9P0': None,
'L1A8': None,
'L3V8': None,
'L7J7': None,
'L7J7': 'PipelineTeamL7J7',
'L9G5': None,
'O03M': None,
'O21U': None,
'O6R6': None,
'O21U': 'PipelineTeamO21U',
'O6R6': 'PipelineTeamO6R6',
'P5F3': None,
'Q58J': None,
'Q6O0': 'PipelineTeamQ6O0',
Expand Down
Loading

0 comments on commit 44f8d79

Please sign in to comment.