Skip to content

Commit

Permalink
Merge branch 'main' into B5I6_repro
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet committed Jun 24, 2024
2 parents bfaab32 + 13c7bc3 commit c3769e4
Show file tree
Hide file tree
Showing 21 changed files with 4,183 additions and 578 deletions.
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)
10 changes: 5 additions & 5 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,
'4TQ6': 'PipelineTeam4TQ6',
'50GV': None,
'51PW': 'PipelineTeam51PW',
'5G9K': None,
Expand Down Expand Up @@ -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 c3769e4

Please sign in to comment.